From 6f2a3f1fe35a6b3412ae1a1651d0134dd269404a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:11:30 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 19 updates Bumps the dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `46.0.3` | `46.0.4` | | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.16` | `1.0.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.11.12` | `2026.1.4` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` | | [pycparser](https://github.com/eliben/pycparser) | `2.23` | `3.0` | | [sphinxcontrib-trio](https://github.com/python-trio/sphinxcontrib-trio) | `1.1.2` | `1.2.0` | | [tomli](https://github.com/hukkin/tomli) | `2.3.0` | `2.4.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.3` | | [coverage[toml]](https://github.com/coveragepy/coveragepy) | `7.12.0` | `7.13.2` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.2` | | [black](https://github.com/psf/black) | `25.9.0` | `25.12.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.20.0` | `3.20.3` | | [humanize](https://github.com/python-humanize/humanize) | `4.14.0` | `4.15.0` | | [librt](https://github.com/mypyc/librt) | `0.7.3` | `0.7.8` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [pathspec](https://github.com/cpburnz/python-pathspec) | `0.12.1` | `1.0.4` | | [pytokens](https://github.com/tusharsadhwani/pytokens) | `0.3.0` | `0.4.1` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250822` | `80.10.0.20260124` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` | Updates `cryptography` from 46.0.3 to 46.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.4) Updates `alabaster` from 0.7.16 to 1.0.0 - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0) Updates `certifi` from 2025.11.12 to 2026.1.4 - [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04) Updates `packaging` from 25.0 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/25.0...26.0) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.23...release_v3.00) Updates `sphinxcontrib-trio` from 1.1.2 to 1.2.0 - [Commits](https://github.com/python-trio/sphinxcontrib-trio/compare/v1.1.2...v1.2.0) Updates `tomli` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.3.0...2.4.0) Updates `urllib3` from 2.6.0 to 2.6.3 - [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.6.0...2.6.3) Updates `coverage[toml]` from 7.12.0 to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.2) Updates `pyasn1` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.1...v0.6.2) Updates `black` from 25.9.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.12.0) Updates `filelock` from 3.20.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) Updates `humanize` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.14.0...4.15.0) Updates `librt` from 0.7.3 to 0.7.8 - [Commits](https://github.com/mypyc/librt/compare/v0.7.3...v0.7.8) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) Updates `pathspec` from 0.12.1 to 1.0.4 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.12.1...v1.0.4) Updates `pytokens` from 0.3.0 to 0.4.1 - [Commits](https://github.com/tusharsadhwani/pytokens/compare/0.3.0...0.4.1) Updates `types-setuptools` from 80.9.0.20250822 to 80.10.0.20260124 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: alabaster dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: packaging dependency-version: '26.0' dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pycparser dependency-version: '3.0' dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sphinxcontrib-trio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tomli dependency-version: 2.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: humanize dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: librt dependency-version: 0.7.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pathspec dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytokens dependency-version: 0.4.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-setuptools dependency-version: 80.10.0.20260124 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 16 ++++++++-------- lint-requirements.txt | 26 +++++++++++++------------- test-requirements.txt | 12 ++++++------ 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 390a748..9e96b74 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --resolver=backtracking docs-requirements.in # -alabaster==0.7.16 +alabaster==1.0.0 # via sphinx babel==2.17.0 # via sphinx -certifi==2025.11.12 +certifi==2026.1.4 # via requests cffi==2.0.0 # via cryptography charset-normalizer==3.4.4 # via requests -cryptography==46.0.3 +cryptography==46.0.4 # via -r docs-requirements.in docutils==0.21.2 # via sphinx @@ -28,9 +28,9 @@ jinja2==3.1.6 # via sphinx markupsafe==3.0.3 # via jinja2 -packaging==25.0 +packaging==26.0 # via sphinx -pycparser==2.23 +pycparser==3.0 # via cffi pygments==2.19.2 # via sphinx @@ -52,11 +52,11 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sphinxcontrib-trio==1.1.2 +sphinxcontrib-trio==1.2.0 # via -r docs-requirements.in -tomli==2.3.0 +tomli==2.4.0 # via sphinx typing-extensions==4.15.0 # via cryptography -urllib3==2.6.0 +urllib3==2.6.3 # via requests diff --git a/lint-requirements.txt b/lint-requirements.txt index 0693183..ca05fbc 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -4,7 +4,7 @@ argcomplete==3.6.3 # via nox attrs==25.4.0 # via nox -black==25.9.0 +black==25.12.0 # via -r lint-requirements.in cffi==2.0.0 # via cryptography @@ -12,7 +12,7 @@ click==8.3.1 # via black colorlog==6.10.1 # via nox -cryptography==46.0.3 +cryptography==46.0.4 # via # -r lint-requirements.in # types-pyopenssl @@ -22,9 +22,9 @@ distlib==0.4.0 # via virtualenv exceptiongroup==1.3.1 # via pytest -filelock==3.20.0 +filelock==3.20.3 # via virtualenv -humanize==4.14.0 +humanize==4.15.0 # via nox idna==3.11 # via -r lint-requirements.in @@ -32,9 +32,9 @@ iniconfig==2.3.0 # via pytest isort==7.0.0 # via -r lint-requirements.in -librt==0.7.3 +librt==0.7.8 # via mypy -mypy==1.19.0 +mypy==1.19.1 # via -r lint-requirements.in mypy-extensions==1.1.0 # via @@ -42,13 +42,13 @@ mypy-extensions==1.1.0 # mypy nox==2025.11.12 # via -r lint-requirements.in -packaging==25.0 +packaging==26.0 # via # black # dependency-groups # nox # pytest -pathspec==0.12.1 +pathspec==1.0.4 # via # black # mypy @@ -58,15 +58,15 @@ platformdirs==4.5.1 # virtualenv pluggy==1.6.0 # via pytest -pycparser==2.23 +pycparser==3.0 # via cffi pygments==2.19.2 # via pytest pytest==9.0.2 # via -r lint-requirements.in -pytokens==0.3.0 +pytokens==0.4.1 # via black -tomli==2.3.0 +tomli==2.4.0 # via # black # dependency-groups @@ -77,7 +77,7 @@ types-cffi==1.17.0.20250915 # via types-pyopenssl types-pyopenssl==24.1.0.20240722 # via -r lint-requirements.in -types-setuptools==80.9.0.20250822 +types-setuptools==80.10.0.20260124 # via types-cffi typing-extensions==4.15.0 # via @@ -86,5 +86,5 @@ typing-extensions==4.15.0 # exceptiongroup # mypy # virtualenv -virtualenv==20.35.4 +virtualenv==20.36.1 # via nox diff --git a/test-requirements.txt b/test-requirements.txt index 4f0bf93..333b70a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,9 +8,9 @@ attrs==25.4.0 # via service-identity cffi==2.0.0 # via cryptography -coverage[toml]==7.12.0 +coverage[toml]==7.13.2 # via -r test-requirements.in -cryptography==46.0.3 +cryptography==46.0.4 # via # -r test-requirements.in # pyopenssl @@ -21,17 +21,17 @@ idna==3.11 # via -r test-requirements.in iniconfig==2.3.0 # via pytest -packaging==25.0 +packaging==26.0 # via pytest pluggy==1.6.0 # via pytest -pyasn1==0.6.1 +pyasn1==0.6.2 # via # pyasn1-modules # service-identity pyasn1-modules==0.4.2 # via service-identity -pycparser==2.23 +pycparser==3.0 # via cffi pygments==2.19.2 # via pytest @@ -41,7 +41,7 @@ pytest==9.0.2 # via -r test-requirements.in service-identity==24.2.0 # via -r test-requirements.in -tomli==2.3.0 +tomli==2.4.0 # via # coverage # pytest