diff --git a/poetry.lock b/poetry.lock index 22b5a1832..48e8a07f7 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" @@ -8075,13 +8075,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]] @@ -8953,4 +8953,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fe63a1898ba0a9bef6fd5aae09d9626643ea8e085e756bdbb8d8d907b9e9e01b" +content-hash = "8a82a22f0b5008368c3347ea611406255f4746b3ae5df623681b5907dac94e63" diff --git a/pyproject.toml b/pyproject.toml index 9dd449e4a..f9fa183c6 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"