From e3dc6dfe7b7dbadd1d5999f786d5fe9d1be458d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:55:07 +0000 Subject: [PATCH] build(deps-dev): bump types-protobuf in /api Bumps [types-protobuf](https://github.com/python/typeshed) from 5.27.0.20240907 to 5.27.0.20240920. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 564625cc7d..83bd32d7db 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 b6d4422323..bae260bdf9 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"