fix(deps): update dependency tzdata to v2022 (#1933)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-29 16:11:07 -09:00 committed by GitHub
parent befb922739
commit dc6cb5a0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2397,14 +2397,14 @@ files = [
[[package]]
name = "tzdata"
version = "2021.5"
version = "2022.7"
description = "Provider of IANA time zone data"
category = "main"
optional = false
python-versions = ">=2"
files = [
{file = "tzdata-2021.5-py2.py3-none-any.whl", hash = "sha256:3eee491e22ebfe1e5cfcc97a4137cd70f092ce59144d81f8924a844de05ba8f5"},
{file = "tzdata-2021.5.tar.gz", hash = "sha256:68dbe41afd01b867894bbdfd54fa03f468cfa4f0086bfb4adcd8de8f24f3ee21"},
{file = "tzdata-2022.7-py2.py3-none-any.whl", hash = "sha256:2b88858b0e3120792a3c0635c23daf36a7d7eeeca657c323da299d2094402a0d"},
{file = "tzdata-2022.7.tar.gz", hash = "sha256:fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bfa"},
]
[[package]]
@ -2711,4 +2711,4 @@ pgsql = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "e806e99753a67177055baf260716db1d2ffbe22e736beea9ae659c4ed920c81f"
content-hash = "9184c7442d755be72904c71fa00190c5de6a3e0e01bb24b62c40afe9ba305774"

View File

@ -38,7 +38,7 @@ python-multipart = "^0.0.5"
python-slugify = "^6.1.2"
recipe-scrapers = "^14.24.0"
requests = "^2.25.1"
tzdata = "^2021.5"
tzdata = "^2022.7"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
[tool.poetry.group.dev.dependencies]