From a1ed06b294458f2f1d03d9aa9eadd3f979544afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:42:43 +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 275cb88..f44639d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,13 +538,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]] @@ -946,4 +946,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "5ef2807d5c5816ea23d2eace34b5cc3da444a26ed63e135b8b22621eed79ed0a" +content-hash = "4072e42876ebddb7582cad591713b2b40f889264ff0d2187f30a430b5f381cd6" diff --git a/pyproject.toml b/pyproject.toml index de1d77f..1fa5660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ multipledispatch = "^0.6.0" pyrsistent = "^0.19.3" python = ">=3.8,<4" python-dateutil = "^2.8.2" -pytz = "^2022.7" +pytz = "^2023.3" requests = "^2.27.1" rfc3987 = "^1.3.8" uritemplate = "^4.1.1"