From c21acd5fbb58ebb00cce8cc50b7b78a679271231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:58:05 +0000 Subject: [PATCH] Bump pytz from 2022.7.1 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2022.7.1 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2022.7.1...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... 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 e11b067..07d03b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -568,13 +568,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2022.7.1" +version = "2023.3.post1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"}, - {file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"}, + {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, + {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, ] [[package]] @@ -977,4 +977,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "139e609ec7b26ba7deb184d647a9b63280eea2283ff225c25f7434db45bbbad3" +content-hash = "6e655345dcebba206ad37593caab0c5894aff30b88a878e1a88e5502b1a55690" diff --git a/pyproject.toml b/pyproject.toml index f4a51b6..9259de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ multipledispatch = "^0.6" pyrsistent = "^0.19" python = ">=3.8,<4" python-dateutil = "^2.8" -pytz = "^2022.7" +pytz = "^2023.3" requests = "^2.27" rfc3987 = "^1.3" uritemplate = "^4.1"