From 5969a7a8aed8de727e3e7e8f0e7dd87deb35566e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Jan 2023 01:35:54 +0000 Subject: [PATCH] chore(api): update dependency pytz to v2022.7.1 --- 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 ea29b93a5..743fa7b85 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2841,14 +2841,14 @@ postgresql = ["psycopg2"] [[package]] name = "pytz" -version = "2022.7" +version = "2022.7.1" description = "World timezone definitions, modern and historical" category = "main" optional = false python-versions = "*" files = [ - {file = "pytz-2022.7-py2.py3-none-any.whl", hash = "sha256:93007def75ae22f7cd991c84e02d434876818661f8df9ad5df9e950ff4e52cfd"}, - {file = "pytz-2022.7.tar.gz", hash = "sha256:7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"}, + {file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"}, + {file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"}, ] [[package]] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "9207e2898340cce87d648a56768d77741f729c97f17a2a4fa0b80d8b1b239bf2" +content-hash = "029305ed15367f3888fcf21b951c3fd81a09cdeaa7ee378fbd54401fa6b6c538" diff --git a/api/pyproject.toml b/api/pyproject.toml index 760856bf6..93d16b6d1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -79,7 +79,7 @@ pillow = "==9.3.0" pydub = "==0.25.1" pyld = "==2.0.3" python-magic = "==0.4.27" -pytz = "==2022.7" +pytz = "==2022.7.1" requests = "==2.28.1" requests-http-message-signatures = "==0.3.1" sentry-sdk = "==1.12.1"