diff --git a/api/poetry.lock b/api/poetry.lock index 60a2fd9f7..d27cb016a 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1641,7 +1641,7 @@ postgresql = ["psycopg2"] [[package]] name = "pytz" -version = "2021.3" +version = "2022.1" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a76ba3fd859ed4051ed1133219d4221cc52a5f5db57fd2a26126f20c1baf0586" +content-hash = "77ae6c4ccc5358ae0441db1b46408ab02ef2e491bc9441d69ca7c2cba640669d" [metadata.files] aiohttp = [ @@ -3176,8 +3176,8 @@ python3-openid = [ {file = "python3_openid-3.2.0-py3-none-any.whl", hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b"}, ] pytz = [ - {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, - {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, + {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"}, + {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index b03d97ac6..a43c0e647 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,7 +13,7 @@ django-environ = "==0.8.1" Pillow = "==9.0.1" django-allauth = "==0.42.0" psycopg2 = "==2.9.3" -pytz = "2021.3" +pytz = "==2022.1" django-redis = "==5.2.0" redis = "==4.1.4" kombu = "==5.2.4"