From a67d86a43221a390d0da24c2a5ce98467c8d98be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:12:06 +0100 Subject: [PATCH] chore(deps): bump pytz from 2023.4 to 2024.1 (#408) Bumps [pytz](https://github.com/stub42/pytz) from 2023.4 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.4...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63c798ae..15727db5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -913,13 +913,13 @@ unidecode = ["Unidecode (>=1.1.1)"] [[package]] name = "pytz" -version = "2023.4" +version = "2024.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.4-py2.py3-none-any.whl", hash = "sha256:f90ef520d95e7c46951105338d918664ebfd6f1d995bd7d153127ce90efafa6a"}, - {file = "pytz-2023.4.tar.gz", hash = "sha256:31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40"}, + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, ] [[package]] @@ -1187,4 +1187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0d7718df216e83a813ab3997799d13bea26445c139e08a45deaef6337d71fefc" +content-hash = "486c46c35d4b9153813d554704af6ee626c2e83f0cb398d66325bb7534df37d0" diff --git a/pyproject.toml b/pyproject.toml index 1b3a5346..9c8a812e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ acrclient = "^0.4.1" ConfigArgParse = "^1.5.5" iso3901 = "^0.3.0.post1" openpyxl = "^3.1.2" -pytz = "^2023.3" +pytz = ">=2023.3,<2025.0" requests = "^2.31.0" rabe-cridlib = ">=0.10.1,<0.12.0" dateutils = "^0.6.12"