Skip to content

Commit a120c13

Browse files
Bump the pip group with 2 updates
Bumps the pip group with 2 updates: [protovalidate](https://github.com/bufbuild/protovalidate-python) and [types-protobuf](https://github.com/typeshed-internal/stub_uploader). Updates `protovalidate` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/bufbuild/protovalidate-python/releases) - [Commits](bufbuild/protovalidate-python@v0.7.1...v0.8.0) Updates `types-protobuf` from 5.29.1.20250403 to 6.30.2.20250503 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: protovalidate dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: types-protobuf dependency-version: 6.30.2.20250503 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8439630 commit a120c13

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protobuf = ">=5.26,<6"
2323
python = "^3.9"
2424
grpc-interceptor = "^0.15.4"
2525
googleapis-common-protos = "^1.65.0"
26-
protovalidate = "^0.7.1"
26+
protovalidate = ">=0.7.1,<0.9.0"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
black = ">=23.3,<26.0"
@@ -36,7 +36,7 @@ mock = "^5.1.0"
3636
pyflakes = "^3.0.1"
3737
pytest = ">=7.1.3,<9.0.0"
3838
pytest-asyncio = ">=0.21,<0.27"
39-
types-protobuf = ">=5.26,<6.0"
39+
types-protobuf = ">=5.26,<7.0"
4040
typing-extensions = ">=3.7.4,<5"
4141

4242
[tool.black]

0 commit comments

Comments
 (0)