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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2293>
This commit is contained in:
Renovate Bot 2022-12-18 10:02:27 +00:00
parent 19adbb3c6c
commit ce78cb02ff
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -2837,14 +2837,14 @@ postgresql = ["psycopg2"]
[[package]]
name = "pytz"
version = "2022.6"
version = "2022.7"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"},
{file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"},
{file = "pytz-2022.7-py2.py3-none-any.whl", hash = "sha256:93007def75ae22f7cd991c84e02d434876818661f8df9ad5df9e950ff4e52cfd"},
{file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"},
]
[[package]]
@ -3846,4 +3846,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "49194fbda98a043fcbd62da970ef68c46dffd16ea2fee24010ecd208f8d36d3e"
content-hash = "550997aa47ca489861e12104fc55948cce6bf26657361a2ba6d6d2696332832d"

View File

@ -30,7 +30,7 @@ django-environ = "==0.9.0"
Pillow = "==9.3.0"
django-allauth = "==0.42.0"
psycopg2 = "==2.9.5"
pytz = "==2022.6"
pytz = "==2022.7"
django-redis = "==5.2.0"
redis = "==4.4.0"
kombu = "==5.2.4"