diff --git a/poetry.lock b/poetry.lock index eff57d1..0124252 100644 --- a/poetry.lock +++ b/poetry.lock @@ -658,13 +658,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2023.4" +version = "2024.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.4-py2.py3-none-any.whl", hash = "sha256:f90ef520d95e7c46951105338d918664ebfd6f1d995bd7d153127ce90efafa6a"}, - {file = "pytz-2023.4.tar.gz", hash = "sha256:31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40"}, + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, ] [[package]] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a57b7dcef4e929e566cea8ddab24a51e8aa807f3aaf8b913a3d835175c0ec214" +content-hash = "e8d6fb0c092499f9586a1518258b328acc0fcffdd07dea02f2d9e33b5fecd52a" diff --git a/pyproject.toml b/pyproject.toml index dd293c5..d504729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ djangorestframework = "3.14.0" gunicorn = "21.2.0" pillow = "10.2.0" psycopg2-binary = "2.9.9" -pytz = "2023.4" +pytz = "2024.1" requests = "2.31.0" sqlparse = "0.4.4"