Skip to content

Commit b534cc2

Browse files
Bump the dependencies group with 8 updates (#677)
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [nox](https://github.com/wntrblm/nox) | `2024.10.9` | `2025.2.9` | | [types-setuptools](https://github.com/python/typeshed) | `75.8.0.20250110` | `75.8.0.20250225` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | | [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `8.2.1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `nox` from 2024.10.9 to 2025.2.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.10.09...2025.02.09) Updates `types-setuptools` from 75.8.0.20250110 to 75.8.0.20250225 - [Commits](https://github.com/python/typeshed/commits) Updates `virtualenv` from 20.29.1 to 20.29.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.29.1...20.29.2) Updates `babel` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.16.0...v2.17.0) Updates `sphinx` from 8.1.3 to 8.2.1 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1) Updates `coverage[toml]` from 7.6.10 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.10...7.6.12) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: types-setuptools dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: babel dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sphinx dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c659305 commit b534cc2

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

docs-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
babel==2.16.0
9+
babel==2.17.0
1010
# via sphinx
1111
certifi==2025.1.31
1212
# via requests
@@ -36,9 +36,11 @@ pygments==2.19.1
3636
# via sphinx
3737
requests==2.32.3
3838
# via sphinx
39+
roman-numerals-py==3.1.0
40+
# via sphinx
3941
snowballstemmer==2.2.0
4042
# via sphinx
41-
sphinx==8.1.3
43+
sphinx==8.2.1
4244
# via sphinxcontrib-trio
4345
sphinxcontrib-applehelp==2.0.0
4446
# via sphinx

lint-requirements.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# uv pip compile --universal lint-requirements.in
33
argcomplete==3.5.3
44
# via nox
5+
attrs==25.1.0
6+
# via nox
57
black==25.1.0
68
# via -r lint-requirements.in
79
cffi==1.17.1
@@ -14,6 +16,8 @@ cryptography==44.0.1
1416
# via
1517
# -r lint-requirements.in
1618
# types-pyopenssl
19+
dependency-groups==1.3.0
20+
# via nox
1721
distlib==0.3.9
1822
# via virtualenv
1923
filelock==3.17.0
@@ -22,19 +26,20 @@ idna==3.10
2226
# via -r lint-requirements.in
2327
iniconfig==2.0.0
2428
# via pytest
25-
isort==6.0.0
29+
isort==6.0.1
2630
# via -r lint-requirements.in
27-
mypy==1.14.1
31+
mypy==1.15.0
2832
# via -r lint-requirements.in
2933
mypy-extensions==1.0.0
3034
# via
3135
# black
3236
# mypy
33-
nox==2024.10.9
37+
nox==2025.2.9
3438
# via -r lint-requirements.in
3539
packaging==24.2
3640
# via
3741
# black
42+
# dependency-groups
3843
# nox
3944
# pytest
4045
pathspec==0.12.1
@@ -53,9 +58,9 @@ types-cffi==1.16.0.20241221
5358
# via types-pyopenssl
5459
types-pyopenssl==24.1.0.20240722
5560
# via -r lint-requirements.in
56-
types-setuptools==75.8.0.20250110
61+
types-setuptools==75.8.0.20250225
5762
# via types-cffi
5863
typing-extensions==4.12.2
5964
# via mypy
60-
virtualenv==20.29.1
65+
virtualenv==20.29.2
6166
# via nox

test-requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==25.1.0
88
# via service-identity
99
cffi==1.17.1
1010
# via cryptography
11-
coverage[toml]==7.6.10
11+
coverage[toml]==7.6.12
1212
# via -r test-requirements.in
1313
cryptography==44.0.1
1414
# via
@@ -37,5 +37,3 @@ pytest==8.3.4
3737
# via -r test-requirements.in
3838
service-identity==24.2.0
3939
# via -r test-requirements.in
40-
typing-extensions==4.12.2
41-
# via pyopenssl

0 commit comments

Comments
 (0)