diff --git a/api/poetry.lock b/api/poetry.lock index e2e59ceb52..0bbf72d8b8 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5150,13 +5150,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.5.1)", "pre-commit", "pytest (>=7.0, [[package]] name = "types-protobuf" -version = "5.27.0.20240907" +version = "5.27.0.20240920" 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.27.0.20240920.tar.gz", hash = "sha256:992d695315d11eb2d25e806122c9e1fd9fec282e96104f0a0cb9226cd5d90293"}, + {file = "types_protobuf-5.27.0.20240920-py3-none-any.whl", hash = "sha256:c04140bd3c761a55f4e661372b24a6f508169e0815f2b73da33f34b447ed7a8d"}, ] [[package]] @@ -5637,4 +5637,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "379e48f750014acd60e2f4ac14a6732aa1750906d5b77a855c54f81559f4a7b0" +content-hash = "5ebd66c1b55b86082b15a54d4ffde9ea8b68f7fea0f7663cb36ede9b718b9812" diff --git a/api/pyproject.toml b/api/pyproject.toml index cec6abc723..9ba50f8d71 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -98,7 +98,7 @@ pytest-flask = "^1.3.0" pytest-flask-sqlalchemy = "^1.1.0" pytest-socket = "^0.7.0" requests-mock = "^1.12.1" -types-protobuf = "^5.27.0.20240907" +types-protobuf = "^5.27.0.20240920" types-python-dateutil = "^2.9.0.20240906" types-pytz = "^2024.2.0.20240913" types-pyyaml = "^6.0.12.20240917"