Skip to content

Commit 335e134

Browse files
Bump the python-root group across 1 directory with 3 updates
Bumps the python-root group with 3 updates in the / directory: [flake8](https://github.com/pycqa/flake8), [setuptools](https://github.com/pypa/setuptools) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) Updates `setuptools` from 76.0.0 to 78.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.0.0...v78.1.0) Updates `protobuf` from 6.30.1 to 6.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v6.30.1...v6.30.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-root ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2317bc4 commit 335e134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Requirements for linting, building, and uploading the PGV python package to PyPI.
22
# The package's own requirements are in python/setup.cfg (and also in python/requirements.in).
3-
flake8==7.1.2
3+
flake8==7.2.0
44
isort==6.0.1
55
build==1.2.2.post1
66
twine==6.1.0
77
wheel==0.45.1
8-
setuptools==76.0.0
9-
protobuf==6.30.1
8+
setuptools==80.4.0
9+
protobuf==6.30.2
1010
setuptools_scm[toml]>=6.2

0 commit comments

Comments
 (0)