diff --git a/api/poetry.lock b/api/poetry.lock index 564625cc7d5..83bd32d7db2 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 = "340b96d7381de7287d7bd2c891a20fcd6fb08a655ff03843993bbca4804499a0" +content-hash = "7f15ab01d2fbdf5836cab7bb2a53fef7e460af802884215ece9a6278e403b396" diff --git a/api/pyproject.toml b/api/pyproject.toml index b6d44223230..bae260bdf96 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"