From b79e70c0199e52af8e1e1cc27713a01f9004d707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:06:06 +0000 Subject: [PATCH] Bump the dependencies group with 9 updates Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.16` | `1.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.2` | | [coverage[toml]](https://github.com/coveragepy/coveragepy) | `7.12.0` | `7.13.1` | | [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.1` | | [humanize](https://github.com/python-humanize/humanize) | `4.14.0` | `4.15.0` | | [librt](https://github.com/mypyc/librt) | `0.7.3` | `0.7.5` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250822` | `80.9.0.20251223` | 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 `urllib3` from 2.6.0 to 2.6.2 - [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.2) Updates `coverage[toml]` from 7.12.0 to 7.13.1 - [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.1) 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.1 - [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.1) 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.5 - [Commits](https://github.com/mypyc/librt/compare/v0.7.3...v0.7.5) 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 `types-setuptools` from 80.9.0.20250822 to 80.9.0.20251223 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: alabaster dependency-version: 1.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-minor 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.1 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.5 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: types-setuptools dependency-version: 80.9.0.20251223 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 4 ++-- lint-requirements.txt | 12 ++++++------ test-requirements.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 390a748..633bd45 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --resolver=backtracking docs-requirements.in # -alabaster==0.7.16 +alabaster==1.0.0 # via sphinx babel==2.17.0 # via sphinx @@ -58,5 +58,5 @@ tomli==2.3.0 # via sphinx typing-extensions==4.15.0 # via cryptography -urllib3==2.6.0 +urllib3==2.6.2 # via requests diff --git a/lint-requirements.txt b/lint-requirements.txt index 0693183..d8b274f 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 @@ -22,9 +22,9 @@ distlib==0.4.0 # via virtualenv exceptiongroup==1.3.1 # via pytest -filelock==3.20.0 +filelock==3.20.1 # 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.5 # via mypy -mypy==1.19.0 +mypy==1.19.1 # via -r lint-requirements.in mypy-extensions==1.1.0 # via @@ -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.9.0.20251223 # via types-cffi typing-extensions==4.15.0 # via diff --git a/test-requirements.txt b/test-requirements.txt index 4f0bf93..eaa38f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ attrs==25.4.0 # via service-identity cffi==2.0.0 # via cryptography -coverage[toml]==7.12.0 +coverage[toml]==7.13.1 # via -r test-requirements.in cryptography==46.0.3 # via