From a5c00ef917ebcdcbbc4a9088891f81b44a20d059 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 18 Sep 2024 03:24:24 +0000 Subject: [PATCH] Update dependency pytz to >=2024.2,<2024.3 --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 8f827238..56420b68 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:e0d62ee3964c442167662793fd88ea6c3d6d6658b17073fd197b4786a1977d6d" +content_hash = "sha256:4673243affe238f913ba0cfebfdf9849cd8c049c207793662c4d10912ce5f628" [[metadata.targets]] requires_python = "==3.11.*" @@ -823,13 +823,13 @@ files = [ [[package]] name = "pytz" -version = "2024.1" +version = "2024.2" summary = "World timezone definitions, modern and historical" groups = ["default"] marker = "python_version == \"3.11\"" files = [ - {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, - {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, + {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index cf4ce327..001a42e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pyarrow>=17.0.0,<18", "pydantic-settings>=2.4.0,<3", "pydantic>=2.8.2,<3", - "pytz>=2024.1,<2024.2", + "pytz>=2024.2,<2024.3", "requests>=2.32.3,<3", ] optional-dependencies.dev = [