From 0e95310bf9917f91c6ebfcffa56e42f49eb1c308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:36:22 +0000 Subject: [PATCH] build(deps): bump types-protobuf from 4.24.0.20240408 to 4.25.0.20240410 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.24.0.20240408 to 4.25.0.20240410. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- linter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter-requirements.txt b/linter-requirements.txt index e86ffd506b..f38bc4e83e 100644 --- a/linter-requirements.txt +++ b/linter-requirements.txt @@ -2,7 +2,7 @@ mypy black flake8==5.0.4 # flake8 depends on pyflakes>=3.0.0 and this dropped support for Python 2 "# type:" comments types-certifi -types-protobuf==4.24.0.20240408 # newer raises an error on mypy sentry_sdk +types-protobuf==4.25.0.20240410 # newer raises an error on mypy sentry_sdk types-redis types-setuptools pymongo # There is no separate types module.