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

8
poetry.lock generated
View File

@@ -1153,14 +1153,14 @@ six = ">=1.5"
[[package]]
name = "pytz"
version = "2022.7.1"
version = "2023.2"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"},
{file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"},
{file = "pytz-2023.2-py2.py3-none-any.whl", hash = "sha256:8a8baaf1e237175b02f5c751eea67168043a749c843989e2b3015aa1ad9db68b"},
{file = "pytz-2023.2.tar.gz", hash = "sha256:a27dcf612c05d2ebde626f7d506555f10dfc815b3eddccfaadfc7d99b11c9a07"},
]
[[package]]
@@ -1911,4 +1911,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "10f2676f4633e5a5578cb101f98ab6b25e352cea4188aaaa525e52d80ad8edf1"
content-hash = "257a37fce676f0f1423040db7eda79f07fcf6cd253efa24bb0816fffe780bb4b"

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"