From 3491e654da82751aad1fcb06660e5c83fecae15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:47:40 +0000 Subject: [PATCH] dependabot python package: 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_2025.1) --- updated-dependencies: - dependency-name: pytz 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 6743c6e..dbde1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-mgmt-resource = "^23.1.1" azure-mgmt-resourcegraph = "^8.0.0" pydantic = "^2.8.2" python-dateutil = "^2.9.0.post0" -pytz = "^2024.1" +pytz = "^2025.1" azure-core = "^1.30.2" streamlit = "1.41.1"