From fb8945fc094cb9087a23c2f81826b0fc5d521b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:34:26 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.2.0` | `7.3.0` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.13.0` | `2.14.0` | | [pyflakes](https://github.com/PyCQA/pyflakes) | `3.3.2` | `3.4.0` | | [pygments](https://github.com/pygments/pygments) | `2.19.1` | `2.19.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.4.0` | `2.5.0` | Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) Updates `pycodestyle` from 2.13.0 to 2.14.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.13.0...2.14.0) Updates `pyflakes` from 3.3.2 to 3.4.0 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.3.2...3.4.0) Updates `pygments` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.1...2.19.2) Updates `urllib3` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyflakes dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- release-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/release-requirements.txt b/release-requirements.txt index 21eea04..2f5a899 100644 --- a/release-requirements.txt +++ b/release-requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==3.4.2 click==8.1.8 colorama==0.4.6 docutils==0.21.2 -flake8==7.2.0 +flake8==7.3.0 gitchangelog==3.0.4 idna==3.10 importlib-metadata==8.7.0 @@ -21,9 +21,9 @@ packaging==25.0 pathspec==0.12.1 pkginfo==1.12.1.2 platformdirs==4.3.8 -pycodestyle==2.13.0 -pyflakes==3.3.2 -Pygments==2.19.1 +pycodestyle==2.14.0 +pyflakes==3.4.0 +Pygments==2.19.2 readme-renderer==44.0 requests==2.32.4 requests-toolbelt==1.0.0 @@ -34,6 +34,6 @@ setuptools==80.9.0 six==1.17.0 tqdm==4.67.1 twine==6.1.0 -urllib3==2.4.0 +urllib3==2.5.0 webencodings==0.5.1 zipp==3.23.0