From 56d3fd75bf7178eb6efbdbd093f6911154880e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:17:30 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [autopep8](https://github.com/hhatto/autopep8), [flake8](https://github.com/pycqa/flake8) and [pycodestyle](https://github.com/PyCQA/pycodestyle). Updates `autopep8` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.2.0...v2.3.0) Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) Updates `pycodestyle` from 2.11.1 to 2.12.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- release-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-requirements.txt b/release-requirements.txt index 812a46c..e343716 100644 --- a/release-requirements.txt +++ b/release-requirements.txt @@ -1,4 +1,4 @@ -autopep8==2.2.0 +autopep8==2.3.0 black==24.4.2 bleach==6.1.0 certifi==2024.6.2 @@ -6,7 +6,7 @@ charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 docutils==0.21.2 -flake8==7.0.0 +flake8==7.1.0 gitchangelog==3.0.4 idna==3.7 importlib-metadata==7.1.0 @@ -21,7 +21,7 @@ packaging==24.1 pathspec==0.12.1 pkginfo==1.11.1 platformdirs==4.2.2 -pycodestyle==2.11.1 +pycodestyle==2.12.0 pyflakes==3.2.0 Pygments==2.18.0 readme-renderer==43.0