From 55b0a14cabf8c5a2bf9a7af236344de87ccc6848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:08:03 +0000 Subject: [PATCH] Bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` | | [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` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [types-cffi](https://github.com/typeshed-internal/stub_uploader) | `1.17.0.20250822` | `1.17.0.20250915` | Updates `cffi` from 1.17.1 to 2.0.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0) 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](https://github.com/pallets/markupsafe/compare/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](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23) 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](https://github.com/nedbat/coveragepy/compare/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](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) 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](https://github.com/psf/black/compare/25.1.0...25.9.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2) Updates `types-cffi` from 1.17.0.20250822 to 1.17.0.20250915 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: indirect update-type: version-update:semver-major 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: 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: black dependency-version: 25.9.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: types-cffi dependency-version: 1.17.0.20250915 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 6 +++--- lint-requirements.txt | 14 ++++++++------ test-requirements.txt | 8 ++++---- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index af5c76f..c58264c 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -10,7 +10,7 @@ babel==2.17.0 # via sphinx certifi==2025.8.3 # via requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests @@ -28,11 +28,11 @@ importlib-metadata==8.7.0 # via sphinx jinja2==3.1.6 # via sphinx -markupsafe==3.0.2 +markupsafe==3.0.3 # via jinja2 packaging==25.0 # via sphinx -pycparser==2.22 +pycparser==2.23 # via cffi pygments==2.19.2 # via sphinx diff --git a/lint-requirements.txt b/lint-requirements.txt index 40094c1..07058ca 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -4,9 +4,9 @@ argcomplete==3.6.2 # via nox attrs==25.3.0 # via nox -black==25.1.0 +black==25.9.0 # via -r lint-requirements.in -cffi==1.17.1 +cffi==2.0.0 # via cryptography click==8.1.8 # via black @@ -30,7 +30,7 @@ iniconfig==2.1.0 # via pytest isort==6.0.1 # via -r lint-requirements.in -mypy==1.17.1 +mypy==1.18.2 # via -r lint-requirements.in mypy-extensions==1.1.0 # via @@ -54,12 +54,14 @@ platformdirs==4.4.0 # virtualenv pluggy==1.6.0 # via pytest -pycparser==2.22 +pycparser==2.23 # via cffi pygments==2.19.2 # via pytest -pytest==8.4.1 +pytest==8.4.2 # via -r lint-requirements.in +pytokens==0.1.10 + # via black tomli==2.2.1 # via # black @@ -67,7 +69,7 @@ tomli==2.2.1 # mypy # nox # pytest -types-cffi==1.17.0.20250822 +types-cffi==1.17.0.20250915 # via types-pyopenssl types-pyopenssl==24.1.0.20240722 # via -r lint-requirements.in diff --git a/test-requirements.txt b/test-requirements.txt index e31a700..bd69936 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,9 +6,9 @@ # attrs==25.3.0 # via service-identity -cffi==1.17.1 +cffi==2.0.0 # via cryptography -coverage[toml]==7.10.6 +coverage[toml]==7.10.7 # via -r test-requirements.in cryptography==45.0.6 # via @@ -31,13 +31,13 @@ pyasn1==0.6.1 # service-identity pyasn1-modules==0.4.2 # via service-identity -pycparser==2.22 +pycparser==2.23 # via cffi pygments==2.19.2 # via pytest pyopenssl==25.1.0 # via -r test-requirements.in -pytest==8.4.1 +pytest==8.4.2 # via -r test-requirements.in service-identity==24.2.0 # via -r test-requirements.in