From adc53d3ee93fb9a4b918ea9b4255b615264167d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:29:32 +0000 Subject: [PATCH] Update types-pytz requirement from <2025.0,>=2023.3 to >=2023.3,<2026.0 --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c0326f8..913e77de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ docstring_parser==0.16 black>=23.1,<25.0 ruff>=0.0.249,<0.4.5 types-toml>=0.10.8.1 -types-pytz>=2023.3,<2025.0 +types-pytz>=2023.3,<2026.0 types-chardet>=5.0.4.6 mypy-protobuf>=3.0.0 pytest>=8.1.1