diff --git a/poetry.lock b/poetry.lock index 4bcefd0..4fa4b49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1066,13 +1066,13 @@ testing = ["filelock"] [[package]] name = "pytz" -version = "2022.2.1" +version = "2024.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2022.2.1-py2.py3-none-any.whl", hash = "sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197"}, - {file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"}, + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, ] [[package]] @@ -1529,4 +1529,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8e8158f95187b9502061208193ea24d87f7f45463e027cbb6abcaaadfa47a44c" +content-hash = "364605accf490bff97f2ae67b107baeb21204bce56c9666d5b4d674e569c83d1" diff --git a/pyproject.toml b/pyproject.toml index 890e496..1f0026a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ aiosqlite = "^0.17.0" databases = "^0.4.3" fastapi = "^0.109.1" amqtt = { git = "https://github.com/feedernet/amqtt.git", rev = "f9e72c9e5b503ba385b9dd16d3e35b49662549df" } -pytz = "^2022.2" +pytz = "^2024.1" semver = "^2.13.0" sqlalchemy = "^1.3.24" uvicorn = "^0.18.3"