From bd759510dc2b2d42398a6216c3c79c3cbd1ca4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:23:42 +0000 Subject: [PATCH] chore(deps): update pytz requirement 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_2024.1...release_2026.1.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.1.post1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73bdbc9..a9e64c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pkce>=1.0.3,<2.0.0", "aiohttp>=3.9.1,<4.0.0", "aiofiles>=25.1.0,<25.2.0", - "pytz>=2024.1,<2025.0", + "pytz>=2024.1,<2027.0", "cryptography>=44.0.0,<100.0.0", ]