From 0afa1fbeeed32315308c488c5f0ef4bc7ca4a8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:48:39 +0000 Subject: [PATCH] Update types-pytz requirement from >=2023.3,<2025.0 to >=2023.3,<2027.0 Updates the requirements on [types-pytz](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-version: 2026.1.1.20260408 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 279257f8..43441aae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ build-backend = "poetry.core.masonry.api" ruff = ">=0.5.1,<0.5.2" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" -types-pytz = ">=2023.3,<2025.0" +types-pytz = ">=2023.3,<2027.0" black = ">=23.1,<25.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"