From dc58153cce4b33110bc3e87aecf88c2052e4301f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:04:02 +0000 Subject: [PATCH] Bump types-protobuf from 5.27.0.20240907 to 5.28.3.20241030 Bumps [types-protobuf](https://github.com/python/typeshed) from 5.27.0.20240907 to 5.28.3.20241030. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d16556b..2338820 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1642,13 +1642,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-protobuf" -version = "5.27.0.20240907" +version = "5.28.3.20241030" description = "Typing stubs for protobuf" optional = false python-versions = ">=3.8" files = [ - {file = "types-protobuf-5.27.0.20240907.tar.gz", hash = "sha256:bb6f90f66b18d4d1c75667b6586334b0573a6fcee5eb0142a7348a765a7cbadc"}, - {file = "types_protobuf-5.27.0.20240907-py3-none-any.whl", hash = "sha256:5443270534cc8072909ef7ad9e1421ccff924ca658749a6396c0c43d64c32676"}, + {file = "types-protobuf-5.28.3.20241030.tar.gz", hash = "sha256:f7e6b45845d75393fb41c0b3ce82c46d775f9771fae2097414a1dbfe5b51a988"}, + {file = "types_protobuf-5.28.3.20241030-py3-none-any.whl", hash = "sha256:f3dae16adf342d4fb5bb3673cabb22549a6252e5dd66fc52d8310b1a39c64ba9"}, ] [[package]] @@ -1728,4 +1728,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "db47d6a78b6464fc21eada67b6139e6b22f51e3c8524519884cf9ff904e05b5f" +content-hash = "fecb86071d6ce80851e0388c9ff308cce20fc7c6f786a22aae71b26595f7c5be" diff --git a/pyproject.toml b/pyproject.toml index 3d8ef48..1d36d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "^5.0.4" autoflake = "^1.7" grpc-stubs = "^1.53.0" pyupgrade = "^3.8.0" -types-protobuf = "^5.27.0" +types-protobuf = "^5.28.3" types-requests = "^2.32.0" types-setuptools = "^75.2.0"