Update dependency pytz to v2022.6 (develop)
This commit is contained in:
parent
6a787e8479
commit
34b99f2925
|
@ -1698,7 +1698,7 @@ postgresql = ["psycopg2"]
|
|||
|
||||
[[package]]
|
||||
name = "pytz"
|
||||
version = "2022.2.1"
|
||||
version = "2022.6"
|
||||
description = "World timezone definitions, modern and historical"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2199,7 +2199,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "7ade17324f337c8150cadf12621f37115be4c5c63be8e10ca769495ac296d60c"
|
||||
content-hash = "e7f014f21cdf1108535b88a7628c4537c6999382a32823606abae275cdb60f90"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3392,8 +3392,8 @@ python3-openid = [
|
|||
{file = "python3_openid-3.2.0-py3-none-any.whl", hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b"},
|
||||
]
|
||||
pytz = [
|
||||
{file = "pytz-2022.2.1-py2.py3-none-any.whl", hash = "sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197"},
|
||||
{file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"},
|
||||
{file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"},
|
||||
{file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"},
|
||||
]
|
||||
PyYAML = [
|
||||
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
||||
|
|
|
@ -12,7 +12,7 @@ django-environ = "==0.9.0"
|
|||
Pillow = "==9.3.0"
|
||||
django-allauth = "==0.42.0"
|
||||
psycopg2 = "==2.9.5"
|
||||
pytz = "==2022.2.1"
|
||||
pytz = "==2022.6"
|
||||
django-redis = "==5.2.0"
|
||||
redis = "==4.3.4"
|
||||
kombu = "==5.2.4"
|
||||
|
|
Loading…
Reference in New Issue