From 76e9c117ce833afac20b979948c74dc9821c5b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:27:55 +0000 Subject: [PATCH] Bump types-protobuf from 6.32.1.20250918 to 6.32.1.20251105 Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 6.32.1.20250918 to 6.32.1.20251105. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.32.1.20251105 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mypy.txt b/requirements-mypy.txt index 71f3e76cf..b7cb4dd20 100644 --- a/requirements-mypy.txt +++ b/requirements-mypy.txt @@ -1,5 +1,5 @@ mypy==1.18.2 mypy-extensions==1.1.0 types-jsonschema==4.25.1.20251009 -types-protobuf==6.32.1.20250918 +types-protobuf==6.32.1.20251105 types-psycopg2>=2.9,<3