From 278ac7d4d48601984d22bdb801af7afa89642c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:13:46 +0000 Subject: [PATCH] build(deps): bump types-pytz from 2024.1.0.20240417 to 2024.2.0.20240913 Bumps [types-pytz](https://github.com/python/typeshed) from 2024.1.0.20240417 to 2024.2.0.20240913. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad1440471..23d1c4eae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5008,13 +5008,13 @@ files = [ [[package]] name = "types-pytz" -version = "2024.1.0.20240417" +version = "2024.2.0.20240913" description = "Typing stubs for pytz" optional = false python-versions = ">=3.8" files = [ - {file = "types-pytz-2024.1.0.20240417.tar.gz", hash = "sha256:6810c8a1f68f21fdf0f4f374a432487c77645a0ac0b31de4bf4690cf21ad3981"}, - {file = "types_pytz-2024.1.0.20240417-py3-none-any.whl", hash = "sha256:8335d443310e2db7b74e007414e74c4f53b67452c0cb0d228ca359ccfba59659"}, + {file = "types-pytz-2024.2.0.20240913.tar.gz", hash = "sha256:4433b5df4a6fc587bbed41716d86a5ba5d832b4378e506f40d34bc9c81df2c24"}, + {file = "types_pytz-2024.2.0.20240913-py3-none-any.whl", hash = "sha256:a1eebf57ebc6e127a99d2fa2ba0a88d2b173784ef9b3defcc2004ab6855a44df"}, ] [[package]] @@ -5545,4 +5545,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12, <3.13" -content-hash = "782ac46985871d10326f8f8c1b06475198a68d251ceaac69482df47e5023600d" +content-hash = "974d81bae0801c71d0eda5690808b68f3eab0c44976796529165330c73a3c2ee" diff --git a/pyproject.toml b/pyproject.toml index 83840d72b..6371b3c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ tiktoken = "^0.6.0" hyperscan = "^0.7.7" openai = "^1.31.1" seal-rookery = "^2.2.3" -types-pytz = "^2024.1.0.20240417" +types-pytz = "^2024.2.0.20240913" psycopg = {version = "3.1.17", extras = ["binary", "pool"]} boto3 = "^1.35.19" drf-dynamic-fields = "^0.4.0"