From b5c23bdf78f27e59479c1f428d40a7c6f18d42ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:38:34 +0000 Subject: [PATCH] build(deps-dev): bump types-protobuf Bumps [types-protobuf](https://github.com/python/typeshed) from 5.26.0.20240422 to 5.29.1.20241207. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b359e459..989cd4633 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "absl-py" @@ -8172,13 +8172,13 @@ files = [ [[package]] name = "types-protobuf" -version = "5.26.0.20240422" +version = "5.29.1.20241207" description = "Typing stubs for protobuf" optional = false python-versions = ">=3.8" files = [ - {file = "types-protobuf-5.26.0.20240422.tar.gz", hash = "sha256:e6074178109f97efe9f0b20a035ba61d7c3b03e867eb47d254d2b2ab6a805e36"}, - {file = "types_protobuf-5.26.0.20240422-py3-none-any.whl", hash = "sha256:e4dc2554d342501d5aebc3c71203868b51118340e105fc190e3a64ca1be43831"}, + {file = "types_protobuf-5.29.1.20241207-py3-none-any.whl", hash = "sha256:92893c42083e9b718c678badc0af7a9a1307b92afe1599e5cba5f3d35b668b2f"}, + {file = "types_protobuf-5.29.1.20241207.tar.gz", hash = "sha256:2ebcadb8ab3ef2e3e2f067e0882906d64ba0dc65fc5b0fd7a8b692315b4a0be9"}, ] [[package]] @@ -9050,4 +9050,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f6a228eb016a838d49fc9875edd274c06cca93238c8e7fdfa6a493d796af8642" +content-hash = "f08edea565adda3a8c7956f4c21bad74d65f7b9af0f4c67461689b11887414dc" diff --git a/pyproject.toml b/pyproject.toml index ad53c5ba3..c7dfeb050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ flake8 = "7.0.0" flake8-black = "0.3.6" mypy = "1.11.2" mypy-protobuf = "3.1.0" -types-protobuf = "5.26.0.20240422" +types-protobuf = "5.29.1.20241207" types-orjson = "3.6.2" types-aiofiles = "23.2.0.20240106" types-requests = "2.31.0.20240311"