From 6a6c205daba8b8c6268c04c6a4d29b71609e1413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:43:55 +0000 Subject: [PATCH] chore(deps-dev): bump the pip group across 1 directory with 5 updates Updates the requirements on [protovalidate](https://github.com/bufbuild/protovalidate-python), [grpcio-tools](https://github.com/grpc/grpc), [mypy](https://github.com/python/mypy), [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) 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 `grpcio-tools` to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.63.0...v1.81.0) Updates `mypy` from 1.20.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v2.1.0) 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) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v1.4.0) --- updated-dependencies: - dependency-name: protovalidate dependency-version: 1.2.0 dependency-type: direct:development dependency-group: pip - dependency-name: grpcio-tools dependency-version: 1.81.0 dependency-type: direct:development dependency-group: pip - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major 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 - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09252b1..527e270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,19 +23,19 @@ 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", + "grpcio-tools>=1.63,<1.82", + "mypy==2.1.0", + "mypy-protobuf==5.1.0", "mock>=5.1.0,<6", "pytest>=7.1.3,<10.0.0", - "pytest-asyncio>=0.21,<1.4", + "pytest-asyncio>=0.21,<1.5", "types-protobuf>=5.26,<8.0", "typing-extensions>=3.7.4,<5", "ruff>=0.13.0,<0.16",