Skip to content

Commit 96170d8

Browse files
Bump the python-root group across 1 directory with 2 updates
Bumps the python-root group with 2 updates in the / directory: [isort](https://github.com/PyCQA/isort) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `isort` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.1.0...7.0.0) Updates `protobuf` from 6.32.1 to 6.33.0 - [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/commits) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: protobuf dependency-version: 6.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b3cccf commit 96170d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 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).
33
flake8==7.3.0
4-
isort==6.1.0
4+
isort==7.0.0
55
build==1.3.0
66
twine==6.2.0
77
wheel==0.45.1
88
setuptools==80.9.0
9-
protobuf==6.32.1
9+
protobuf==6.33.0
1010
setuptools_scm[toml]>=6.2

0 commit comments

Comments
 (0)