From 055999bd542c61e1f2c5b95f6ff82c93e145207e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:33:53 +0000 Subject: [PATCH] build(deps-dev): bump types-python-dateutil in /api Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240316 to 2.9.0.20240821. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil 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 7676d808859..e76c87d27a7 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5188,13 +5188,13 @@ cryptography = ">=35.0.0" [[package]] name = "types-python-dateutil" -version = "2.9.0.20240316" +version = "2.9.0.20240821" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.8" files = [ - {file = "types-python-dateutil-2.9.0.20240316.tar.gz", hash = "sha256:5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202"}, - {file = "types_python_dateutil-2.9.0.20240316-py3-none-any.whl", hash = "sha256:6b8cb66d960771ce5ff974e9dd45e38facb81718cc1e208b10b1baccbfdbee3b"}, + {file = "types-python-dateutil-2.9.0.20240821.tar.gz", hash = "sha256:9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98"}, + {file = "types_python_dateutil-2.9.0.20240821-py3-none-any.whl", hash = "sha256:f5889fcb4e63ed4aaa379b44f93c32593d50b9a94c9a60a0c854d8cc3511cd57"}, ] [[package]] @@ -5650,4 +5650,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "80bc28b56c6971041619a42686782fd839bb576ff836f8fe528d0979e9a4fdcb" +content-hash = "4fa56452b807e384adb456977e2b5c798e0976ef2e9b38165f2fbb096e768ae4" diff --git a/api/pyproject.toml b/api/pyproject.toml index 23614598865..c5c7672bc8e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -96,7 +96,7 @@ pytest-flask-sqlalchemy = "^1.1.0" pytest-socket = "^0.7.0" requests-mock = "^1.12.1" types-protobuf = "^5.27.0.20240626" -types-python-dateutil = "^2.9.0.20240316" +types-python-dateutil = "^2.9.0.20240821" types-pytz = "^2024.1.0.20240417" types-pyyaml = "^6.0.12.20240808" types-redis = "^4.6.0.20240806"