From c1fe7d2e4f805c769433eb89d2ea8ee5a30abc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:29:12 +0000 Subject: [PATCH] Bump the pip-dependencies group with 3 updates Bumps the pip-dependencies group with 3 updates: [protobuf](https://github.com/protocolbuffers/protobuf), [pyfakefs](https://github.com/pytest-dev/pyfakefs) and [coverage](https://github.com/nedbat/coveragepy). Updates `protobuf` from 5.29.3 to 6.30.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.29.3...v6.30.1) Updates `pyfakefs` from 5.7.4 to 5.8.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.7.4...v5.8.0) Updates `coverage` from 7.6.12 to 7.7.0 - [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.6.12...7.7.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pyfakefs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a531d0f..bd78967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,8 +15,8 @@ markdown-it-py==3.0.0 mdurl==0.1.2 more-itertools==10.6.0 pkginfo==1.12.1.2 -protobuf==5.29.3 -pyfakefs==5.7.4 +protobuf==6.30.1 +pyfakefs==5.8.0 Pygments==2.19.1 readme-renderer==44.0 redbaron==0.9.2 @@ -31,4 +31,4 @@ twine==6.1.0 urllib3==2.3.0 webencodings==0.5.1 zipp==3.21.0 -coverage==7.6.12 +coverage==7.7.0