chore(api): update dependency pytz to v2022.7.1

This commit is contained in:
Renovate Bot 2023-01-21 01:35:54 +00:00
parent 84382268f6
commit 5969a7a8ae
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -2841,14 +2841,14 @@ postgresql = ["psycopg2"]
[[package]]
name = "pytz"
version = "2022.7"
version = "2022.7.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pytz-2022.7-py2.py3-none-any.whl", hash = "sha256:93007def75ae22f7cd991c84e02d434876818661f8df9ad5df9e950ff4e52cfd"},
{file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"},
{file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"},
{file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"},
]
[[package]]
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "9207e2898340cce87d648a56768d77741f729c97f17a2a4fa0b80d8b1b239bf2"
content-hash = "029305ed15367f3888fcf21b951c3fd81a09cdeaa7ee378fbd54401fa6b6c538"

View File

@ -79,7 +79,7 @@ pillow = "==9.3.0"
pydub = "==0.25.1"
pyld = "==2.0.3"
python-magic = "==0.4.27"
pytz = "==2022.7"
pytz = "==2022.7.1"
requests = "==2.28.1"
requests-http-message-signatures = "==0.3.1"
sentry-sdk = "==1.12.1"