From 1fa7be2f659d551ef43ce57c487240b1aac6b20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:50:57 +0000 Subject: [PATCH] chore(deps-dev): bump the pip group across 1 directory with 3 updates Updates the requirements on [protovalidate](https://github.com/bufbuild/protovalidate-python), [mypy](https://github.com/python/mypy) and [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. Updates `protovalidate` to 1.2.0 - [Release notes](https://github.com/bufbuild/protovalidate-python/releases) - [Commits](https://github.com/bufbuild/protovalidate-python/compare/v0.7.1...v1.2.0) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.2) Updates `mypy-protobuf` from 5.0.0 to 5.1.0 - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: protovalidate dependency-version: 1.2.0 dependency-type: direct:development dependency-group: pip - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: mypy-protobuf dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09252b1..b695fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,16 +23,16 @@ dependencies = [ [project.optional-dependencies] validation = [ - "protovalidate>=0.7.1,<1.2.0", + "protovalidate>=0.7.1,<1.3.0", ] [dependency-groups] dev = [ - "protovalidate>=0.7.1,<1.2.0", + "protovalidate>=0.7.1,<1.3.0", "grpc-stubs~=1.53", "grpcio-tools>=1.63,<1.81", - "mypy==1.20.0", - "mypy-protobuf==5.0.0", + "mypy==1.20.2", + "mypy-protobuf==5.1.0", "mock>=5.1.0,<6", "pytest>=7.1.3,<10.0.0", "pytest-asyncio>=0.21,<1.4",