From 2a26e2b67a63fb67e1b4f8dee7e09d2f106a76cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:36:56 +0000 Subject: [PATCH] Update types-pytz requirement from ^2023.3.0.0 to >=2023.3,<2026.0 Updates the requirements on [types-pytz](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-version: 2025.2.0.20251108 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 4910d82..b4f005f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ swarm-models = "*" ruff = "^0.1.6" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" -types-pytz = "^2023.3.0.0" +types-pytz = ">=2023.3,<2026.0" black = "^23.1.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"