From fb1cd98c1a814348ed483d8c8523808c6a2e5d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:02:35 +0000 Subject: [PATCH] chore(deps): update pytz requirement from ~=2023.3 to >=2023.3,<2027.0 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2026.1.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.1.post1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d16e8b40..28bee690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "colorama>=0.4.6,<0.5", "pygments~=2.13", "pytest-randomly~=3.12", - "pytz~=2023.3", + "pytz>=2023.3,<2027.0", "black>=22.10,<24.0", "autoflake~=2.0", "types-pytz~=2023.3",