From ce78cb02ff3bb1d1b5400d8191930ecdba944d09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Dec 2022 10:02:27 +0000 Subject: [PATCH] chore(api): update dependency pytz to v2022.7 Part-of: --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 541359549..37a149791 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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" diff --git a/api/pyproject.toml b/api/pyproject.toml index 619418e14..ab94f224c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"