Bump pytz from 2021.3 to 2022.1

Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2022.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2022.1)

---
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]
2022-04-10 00:07:52 +00:00
committed by GitHub
parent 2d094c0147
commit 1b0170d878
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ click = "^8.0.1"
pydantic = "^1.8.2"
httpx = ">=0.21.1,<0.23.0"
croniter = "^1.1.0"
pytz = "^2021.3"
pytz = ">=2021.3,<2023.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"