deps: bump pytz from 2024.1 to 2025.2

Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2025.2.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2025.2)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-26 01:54:04 +00:00
committed by GitHub
parent 956f9c77b0
commit 39e98d0dd5
2 changed files with 137 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ python = "^3.8"
pydantic = ">=1.9.1,<3.0.0"
httpx = ">=0.23.0,<0.28.0"
croniter = ">=1.1,<4.0"
pytz = ">=2024.1,<2025.0"
pytz = ">=2024.1,<2026.0"
packaging = "^24.1"
[tool.poetry.group.dev.dependencies]