bump tzdata (#2976)

This commit is contained in:
Michael Genson 2024-01-11 01:18:17 -06:00 committed by GitHub
parent b8dd0fc97c
commit 9c0ce1af27
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

@ -2643,13 +2643,13 @@ files = [
[[package]] [[package]]
name = "tzdata" name = "tzdata"
version = "2022.7" version = "2023.4"
description = "Provider of IANA time zone data" description = "Provider of IANA time zone data"
optional = false optional = false
python-versions = ">=2" python-versions = ">=2"
files = [ files = [
{file = "tzdata-2022.7-py2.py3-none-any.whl", hash = "sha256:2b88858b0e3120792a3c0635c23daf36a7d7eeeca657c323da299d2094402a0d"}, {file = "tzdata-2023.4-py2.py3-none-any.whl", hash = "sha256:aa3ace4329eeacda5b7beb7ea08ece826c28d761cda36e747cfbf97996d39bf3"},
{file = "tzdata-2022.7.tar.gz", hash = "sha256:fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bfa"}, {file = "tzdata-2023.4.tar.gz", hash = "sha256:dd54c94f294765522c77399649b4fefd95522479a664a0cec87f41bebc6148c9"},
] ]
[[package]] [[package]]
@ -2934,4 +2934,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "b7d5c58d572a0d86e4b4fe609eecd180a708fe82e4b5800856b89e71d8e34bbc" content-hash = "54d8863f2a22257c7900fa7005ba4fc02812c22cb3759adfdc1644ee0479f330"

View File

@ -38,7 +38,7 @@ python-multipart = "^0.0.6"
python-slugify = "^8.0.0" python-slugify = "^8.0.0"
recipe-scrapers = "^14.53.0" recipe-scrapers = "^14.53.0"
requests = "^2.31.0" requests = "^2.31.0"
tzdata = "^2022.7" tzdata = "^2023.4"
uvicorn = { extras = ["standard"], version = "^0.25.0" } uvicorn = { extras = ["standard"], version = "^0.25.0" }
beautifulsoup4 = "^4.11.2" beautifulsoup4 = "^4.11.2"
isodate = "^0.6.1" isodate = "^0.6.1"