From 5414e881e40f5ce22e38125130a0e8f20b5d19b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:16:37 +0000 Subject: [PATCH] build(deps): bump types-protobuf from 4.24.0.20240408 to 5.26.0.20240422 Bumps [types-protobuf](https://github.com/python/typeshed) from 4.24.0.20240408 to 5.26.0.20240422. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-major ... 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..7a1530efde 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==5.26.0.20240422 # newer raises an error on mypy sentry_sdk types-redis types-setuptools pymongo # There is no separate types module.