From 176ba17358ebe5374ed91cc47b481f198f3c7a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:22:46 +0000 Subject: [PATCH] Bump types-pytz from 2024.2.0.20241003 to 2024.2.0.20241221 Bumps [types-pytz](https://github.com/python/typeshed) from 2024.2.0.20241003 to 2024.2.0.20241221. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee4e1feb..72f61ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest-datafiles==3.0.0", "pytest-mock==3.14.0", ] -type_check = ["mypy==1.14.1", "types-pytz==2024.2.0.20241003"] +type_check = ["mypy==1.14.1", "types-pytz==2024.2.0.20241221"] dev = ["pip-tools"] [tool.setuptools.dynamic]