build(deps): bump pytz from 2022.7.1 to 2023.2 (#429)

Bumps [pytz](https://github.com/stub42/pytz) from 2022.7.1 to 2023.2.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2022.7.1...release_2023.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-28 21:49:24 -05:00
committed by GitHub
parent 30cff07ef0
commit c83b09592f
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ python = "^3.7"
pydantic = "^1.9.1"
httpx = ">=0.23.0,<0.24.0"
croniter = "^1.1.0"
pytz = ">=2021.3,<2023.0"
pytz = ">=2021.3,<2024.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"