Skip to content

Commit 065a13f

Browse files
Bump the dependencies group across 1 directory with 18 updates (#689)
Bumps the dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.10.5` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.3` | `3.4.4` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` | | [tomli](https://github.com/hukkin/tomli) | `2.2.1` | `2.3.0` | | [attrs](https://github.com/sponsors/hynek) | `25.3.0` | `25.4.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.10.6` | `7.10.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [argcomplete](https://github.com/kislyuk/argcomplete) | `3.6.2` | `3.6.3` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [colorlog](https://github.com/borntyping/python-colorlog) | `6.9.0` | `6.10.1` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `2025.10.16` | | [types-cffi](https://github.com/typeshed-internal/stub_uploader) | `1.17.0.20250822` | `1.17.0.20250915` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.34.0` | `20.35.4` | Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `certifi` from 2025.8.3 to 2025.10.5 - [Commits](certifi/python-certifi@2025.08.03...2025.10.05) Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.17.1...v2.0.0) Updates `charset-normalizer` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.3...3.4.4) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `pycparser` from 2.22 to 2.23 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.22...release_v2.23) Updates `tomli` from 2.2.1 to 2.3.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.2.1...2.3.0) Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `coverage[toml]` from 7.10.6 to 7.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.10.6...7.10.7) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) Updates `argcomplete` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](kislyuk/argcomplete@v3.6.2...v3.6.3) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `colorlog` from 6.9.0 to 6.10.1 - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](borntyping/python-colorlog@v6.9.0...v6.10.1) Updates `isort` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...6.1.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `nox` from 2025.5.1 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.10.16) Updates `types-cffi` from 1.17.0.20250822 to 1.17.0.20250915 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `virtualenv` from 20.34.0 to 20.35.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.34.0...20.35.4) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cffi dependency-version: 2.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pycparser dependency-version: '2.23' dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tomli dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: attrs dependency-version: 25.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: argcomplete dependency-version: 3.6.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: colorlog dependency-version: 6.10.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nox dependency-version: 2025.10.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-cffi dependency-version: 1.17.0.20250915 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: virtualenv dependency-version: 20.35.4 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 c3e3749 commit 065a13f

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

docs-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ alabaster==0.7.16
88
# via sphinx
99
babel==2.17.0
1010
# via sphinx
11-
certifi==2025.8.3
11+
certifi==2025.10.5
1212
# via requests
13-
cffi==1.17.1
13+
cffi==2.0.0
1414
# via cryptography
15-
charset-normalizer==3.4.3
15+
charset-normalizer==3.4.4
1616
# via requests
1717
cryptography==45.0.6
1818
# via -r docs-requirements.in
1919
docutils==0.21.2
2020
# via sphinx
21-
idna==3.10
21+
idna==3.11
2222
# via
2323
# -r docs-requirements.in
2424
# requests
@@ -28,11 +28,11 @@ importlib-metadata==8.7.0
2828
# via sphinx
2929
jinja2==3.1.6
3030
# via sphinx
31-
markupsafe==3.0.2
31+
markupsafe==3.0.3
3232
# via jinja2
3333
packaging==25.0
3434
# via sphinx
35-
pycparser==2.22
35+
pycparser==2.23
3636
# via cffi
3737
pygments==2.19.2
3838
# via sphinx
@@ -56,7 +56,7 @@ sphinxcontrib-serializinghtml==2.0.0
5656
# via sphinx
5757
sphinxcontrib-trio==1.1.2
5858
# via -r docs-requirements.in
59-
tomli==2.2.1
59+
tomli==2.3.0
6060
# via sphinx
6161
urllib3==2.5.0
6262
# via requests

lint-requirements.txt

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal lint-requirements.in
3-
argcomplete==3.6.2
3+
argcomplete==3.6.3
44
# via nox
5-
attrs==25.3.0
5+
attrs==25.4.0
66
# via nox
7-
black==25.1.0
7+
black==25.9.0
88
# via -r lint-requirements.in
9-
cffi==1.17.1
9+
cffi==2.0.0
1010
# via cryptography
1111
click==8.1.8
1212
# via black
13-
colorlog==6.9.0
13+
colorlog==6.10.1
1414
# via nox
1515
cryptography==45.0.6
1616
# via
@@ -24,19 +24,23 @@ exceptiongroup==1.3.0
2424
# via pytest
2525
filelock==3.19.1
2626
# via virtualenv
27-
idna==3.10
27+
humanize==4.13.0
28+
# via nox
29+
idna==3.11
2830
# via -r lint-requirements.in
31+
importlib-metadata==8.7.0
32+
# via isort
2933
iniconfig==2.1.0
3034
# via pytest
31-
isort==6.0.1
35+
isort==6.1.0
3236
# via -r lint-requirements.in
33-
mypy==1.17.1
37+
mypy==1.18.2
3438
# via -r lint-requirements.in
3539
mypy-extensions==1.1.0
3640
# via
3741
# black
3842
# mypy
39-
nox==2025.5.1
43+
nox==2025.10.16
4044
# via -r lint-requirements.in
4145
packaging==25.0
4246
# via
@@ -54,20 +58,22 @@ platformdirs==4.4.0
5458
# virtualenv
5559
pluggy==1.6.0
5660
# via pytest
57-
pycparser==2.22
61+
pycparser==2.23
5862
# via cffi
5963
pygments==2.19.2
6064
# via pytest
61-
pytest==8.4.1
65+
pytest==8.4.2
6266
# via -r lint-requirements.in
63-
tomli==2.2.1
67+
pytokens==0.2.0
68+
# via black
69+
tomli==2.3.0
6470
# via
6571
# black
6672
# dependency-groups
6773
# mypy
6874
# nox
6975
# pytest
70-
types-cffi==1.17.0.20250822
76+
types-cffi==1.17.0.20250915
7177
# via types-pyopenssl
7278
types-pyopenssl==24.1.0.20240722
7379
# via -r lint-requirements.in
@@ -79,5 +85,7 @@ typing-extensions==4.15.0
7985
# exceptiongroup
8086
# mypy
8187
# virtualenv
82-
virtualenv==20.34.0
88+
virtualenv==20.35.4
8389
# via nox
90+
zipp==3.23.0
91+
# via importlib-metadata

test-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --resolver=backtracking test-requirements.in
66
#
7-
attrs==25.3.0
7+
attrs==25.4.0
88
# via service-identity
9-
cffi==1.17.1
9+
cffi==2.0.0
1010
# via cryptography
11-
coverage[toml]==7.10.6
11+
coverage[toml]==7.10.7
1212
# via -r test-requirements.in
1313
cryptography==45.0.6
1414
# via
@@ -17,7 +17,7 @@ cryptography==45.0.6
1717
# service-identity
1818
exceptiongroup==1.3.0
1919
# via pytest
20-
idna==3.10
20+
idna==3.11
2121
# via -r test-requirements.in
2222
iniconfig==2.1.0
2323
# via pytest
@@ -31,17 +31,17 @@ pyasn1==0.6.1
3131
# service-identity
3232
pyasn1-modules==0.4.2
3333
# via service-identity
34-
pycparser==2.22
34+
pycparser==2.23
3535
# via cffi
3636
pygments==2.19.2
3737
# via pytest
3838
pyopenssl==25.1.0
3939
# via -r test-requirements.in
40-
pytest==8.4.1
40+
pytest==8.4.2
4141
# via -r test-requirements.in
4242
service-identity==24.2.0
4343
# via -r test-requirements.in
44-
tomli==2.2.1
44+
tomli==2.3.0
4545
# via
4646
# coverage
4747
# pytest

0 commit comments

Comments
 (0)