Update dependency pytz to v2022.2.1 (develop)

environments/review-front-deve-otr6gc/deployments/13419
RenovateBot 2022-08-13 10:31:01 +00:00
rodzic 9ce3022427
commit c5d170a9c0
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -1684,7 +1684,7 @@ mysql = ["mysql-connector-python"]
[[package]]
name = "pytz"
version = "2022.2"
version = "2022.2.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
@ -2169,7 +2169,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "ef594326a54c0ac94b50c66e23a3aace1f836ffa0eb0582b9c748b61becd75a4"
content-hash = "26af5199fa75040ccfadf6fb163ead1d7f9ea5af411057a9bee2490d9d40c1b0"
[metadata.files]
aiohttp = [
@ -3351,8 +3351,8 @@ python3-openid = [
{file = "python3_openid-3.2.0-py3-none-any.whl", hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b"},
]
pytz = [
{file = "pytz-2022.2-py2.py3-none-any.whl", hash = "sha256:d9b245e63af49c4e51afdec5402f56b99c0cb483a84a12bb8b7db980386baade"},
{file = "pytz-2022.2.tar.gz", hash = "sha256:bc824559e43e8ab983426a49525079d186b25372ff63aa3430ccd527d95edc3a"},
{file = "pytz-2022.2.1-py2.py3-none-any.whl", hash = "sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197"},
{file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"},
]
pyyaml = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

Wyświetl plik

@ -13,7 +13,7 @@ django-environ = "==0.9.0"
Pillow = "==9.2.0"
django-allauth = "==0.42.0"
psycopg2 = "==2.9.3"
pytz = "==2022.2"
pytz = "==2022.2.1"
django-redis = "==5.2.0"
redis = "==4.3.4"
kombu = "==5.2.4"