Skip to content

Commit fb8945f

Browse files
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](PyCQA/flake8@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](PyCQA/pycodestyle@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](PyCQA/pyflakes@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](pygments/pygments@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](urllib3/urllib3@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] <[email protected]>
1 parent cf8b4c6 commit fb8945f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

release-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ charset-normalizer==3.4.2
66
click==8.1.8
77
colorama==0.4.6
88
docutils==0.21.2
9-
flake8==7.2.0
9+
flake8==7.3.0
1010
gitchangelog==3.0.4
1111
idna==3.10
1212
importlib-metadata==8.7.0
@@ -21,9 +21,9 @@ packaging==25.0
2121
pathspec==0.12.1
2222
pkginfo==1.12.1.2
2323
platformdirs==4.3.8
24-
pycodestyle==2.13.0
25-
pyflakes==3.3.2
26-
Pygments==2.19.1
24+
pycodestyle==2.14.0
25+
pyflakes==3.4.0
26+
Pygments==2.19.2
2727
readme-renderer==44.0
2828
requests==2.32.4
2929
requests-toolbelt==1.0.0
@@ -34,6 +34,6 @@ setuptools==80.9.0
3434
six==1.17.0
3535
tqdm==4.67.1
3636
twine==6.1.0
37-
urllib3==2.4.0
37+
urllib3==2.5.0
3838
webencodings==0.5.1
3939
zipp==3.23.0

0 commit comments

Comments
 (0)