Skip to content

Commit 1d57981

Browse files
Bump the dependencies group with 8 updates (#679)
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.13.2` | | [argcomplete](https://github.com/kislyuk/argcomplete) | `3.6.1` | `3.6.2` | | [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `78.1.0.20250329` | `80.0.0.20250429` | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.6.1` | `8.7.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.4.0` | Updates `packaging` from 24.2 to 25.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) Updates `typing-extensions` from 4.12.2 to 4.13.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.12.2...4.13.2) Updates `argcomplete` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](kislyuk/argcomplete@v3.6.1...v3.6.2) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](python/mypy_extensions@1.0.0...1.1.0) Updates `types-setuptools` from 78.1.0.20250329 to 80.0.0.20250429 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](certifi/python-certifi@2025.01.31...2025.04.26) Updates `importlib-metadata` from 8.6.1 to 8.7.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.6.1...v8.7.0) Updates `urllib3` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.4.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typing-extensions dependency-version: 4.13.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: argcomplete dependency-version: 3.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-setuptools dependency-version: 80.0.0.20250429 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: importlib-metadata dependency-version: 8.7.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20934bc commit 1d57981

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==0.7.16
88
# via sphinx
99
babel==2.17.0
1010
# via sphinx
11-
certifi==2025.1.31
11+
certifi==2025.4.26
1212
# via requests
1313
cffi==1.17.1
1414
# via cryptography
@@ -24,13 +24,13 @@ idna==3.10
2424
# requests
2525
imagesize==1.4.1
2626
# via sphinx
27-
importlib-metadata==8.6.1
27+
importlib-metadata==8.7.0
2828
# via sphinx
2929
jinja2==3.1.6
3030
# via sphinx
3131
markupsafe==3.0.2
3232
# via jinja2
33-
packaging==24.2
33+
packaging==25.0
3434
# via sphinx
3535
pycparser==2.22
3636
# via cffi
@@ -58,7 +58,7 @@ sphinxcontrib-trio==1.1.2
5858
# via -r docs-requirements.in
5959
tomli==2.2.1
6060
# via sphinx
61-
urllib3==2.3.0
61+
urllib3==2.4.0
6262
# via requests
6363
zipp==3.21.0
6464
# via importlib-metadata

lint-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal lint-requirements.in
3-
argcomplete==3.6.1
3+
argcomplete==3.6.2
44
# via nox
55
attrs==25.3.0
66
# via nox
@@ -32,13 +32,13 @@ isort==6.0.1
3232
# via -r lint-requirements.in
3333
mypy==1.15.0
3434
# via -r lint-requirements.in
35-
mypy-extensions==1.0.0
35+
mypy-extensions==1.1.0
3636
# via
3737
# black
3838
# mypy
3939
nox==2025.2.9
4040
# via -r lint-requirements.in
41-
packaging==24.2
41+
packaging==25.0
4242
# via
4343
# black
4444
# dependency-groups
@@ -67,9 +67,9 @@ types-cffi==1.17.0.20250326
6767
# via types-pyopenssl
6868
types-pyopenssl==24.1.0.20240722
6969
# via -r lint-requirements.in
70-
types-setuptools==78.1.0.20250329
70+
types-setuptools==80.0.0.20250429
7171
# via types-cffi
72-
typing-extensions==4.12.2
72+
typing-extensions==4.13.2
7373
# via
7474
# black
7575
# mypy

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ idna==3.10
2121
# via -r test-requirements.in
2222
iniconfig==2.1.0
2323
# via pytest
24-
packaging==24.2
24+
packaging==25.0
2525
# via pytest
2626
pluggy==1.5.0
2727
# via pytest
@@ -43,5 +43,5 @@ tomli==2.2.1
4343
# via
4444
# coverage
4545
# pytest
46-
typing-extensions==4.13.0
46+
typing-extensions==4.13.2
4747
# via pyopenssl

0 commit comments

Comments
 (0)