From b41a12bc3bda658cbb9c7489e76d6b976bb98a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:10:31 +0000 Subject: [PATCH] Update types-pytz requirement from ^2023.3.0.0 to >=2023.3,<2025.0 --- updated-dependencies: - dependency-name: types-pytz 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 babbcfcd..df6822d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docstring_parser = "0.16" black = "^23.1.0" ruff = ">=0.0.249,<0.4.3" types-toml = "^0.10.8.1" -types-pytz = "^2023.3.0.0" +types-pytz = ">=2023.3,<2025.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"