From 1406ec36aebb85ee77b02c1b58ee902ccb381ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:03:17 +0000 Subject: [PATCH] Bump the pip-dependencies group with 7 updates Bumps the pip-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.17` | `1.8.19` | | [docutils](https://github.com/rtfd/recommonmark) | `0.22.3` | `0.22.4` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.0` | `8.7.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.1` | `6.33.2` | | [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.10.2` | `6.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.12.0` | `7.13.1` | Updates `debugpy` from 1.8.17 to 1.8.19 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.17...v1.8.19) Updates `docutils` from 0.22.3 to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.7.0...v8.7.1) Updates `protobuf` from 6.33.1 to 6.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `pyfakefs` from 5.10.2 to 6.0.0 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v5.10.2...v6.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` 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) --- updated-dependencies: - dependency-name: debugpy dependency-version: 1.8.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: protobuf dependency-version: 6.33.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc1aac8..f4e721e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,20 +3,20 @@ baron==0.10.1 bleach==6.3.0 certifi==2025.11.12 charset-normalizer==3.4.4 -debugpy==1.8.17 -docutils==0.22.3 +debugpy==1.8.19 +docutils==0.22.4 grpcio==1.76.0 grpcio-tools==1.76.0 idna==3.11 -importlib-metadata==8.7.0 +importlib-metadata==8.7.1 jaraco.classes==3.4.0 keyring==25.7.0 markdown-it-py==4.0.0 mdurl==0.1.2 more-itertools==10.8.0 pkginfo==1.12.1.2 -protobuf==6.33.1 -pyfakefs==5.10.2 +protobuf==6.33.2 +pyfakefs==6.0.0 Pygments==2.19.2 readme-renderer==44.0 redbaron==0.9.2 @@ -28,7 +28,7 @@ rply==0.7.8 setuptools==80.9.0 six==1.17.0 twine==6.2.0 -urllib3==2.6.0 +urllib3==2.6.2 webencodings==0.5.1 zipp==3.23.0 -coverage==7.12.0 +coverage==7.13.1