From d17823efeb21162ef80a70e368d7fa8d292d3d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:49:26 +0000 Subject: [PATCH] Bump types-pytz from 2022.7.1.2 to 2024.2.0.20241221 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.2 to 2024.2.0.20241221. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 47e7a4d..49c5fc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1552,13 +1552,13 @@ files = [ [[package]] name = "types-pytz" -version = "2022.7.1.2" +version = "2024.2.0.20241221" description = "Typing stubs for pytz" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-pytz-2022.7.1.2.tar.gz", hash = "sha256:487d3e8e9f4071eec8081746d53fa982bbc05812e719dcbf2ebf3d55a1a4cd28"}, - {file = "types_pytz-2022.7.1.2-py3-none-any.whl", hash = "sha256:40ca448a928d566f7d44ddfde0066e384f7ffbd4da2778e42a4570eaca572446"}, + {file = "types_pytz-2024.2.0.20241221-py3-none-any.whl", hash = "sha256:8fc03195329c43637ed4f593663df721fef919b60a969066e22606edf0b53ad5"}, + {file = "types_pytz-2024.2.0.20241221.tar.gz", hash = "sha256:06d7cde9613e9f7504766a0554a270c369434b50e00975b3a4a0f6eed0f2c1a9"}, ] [[package]] @@ -1754,4 +1754,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e48b3bdc434cc24b49f686d4f1657207f8bad3df0111c1e83b305f62b0121016" +content-hash = "a1e570612ce66a9f36403baf55b5caf86a005c2b1804f860b0547f89f910f50c" diff --git a/pyproject.toml b/pyproject.toml index 365c2e5..56546f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8 = "^5.0.4" isort = "^5.7.0" mypy = "^1.7" types-toml = "^0.10.8.1" -types-pytz = "^2022.6.0.1" +types-pytz = "^2024.2.0.20241221" types-requests = "^2.28.11.5" [tool.black]