diff --git a/poetry.lock b/poetry.lock index d15e9142..9ea4dd53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1981,13 +1981,13 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.1-py3-none-any.whl", hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f"}, + {file = "redis-5.0.1.tar.gz", hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"}, ] [package.dependencies] @@ -2851,4 +2851,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e5596c240b9be9cf0b9d72e8f8d5027ccd1710133c676e56f4b55c2947a08585" +content-hash = "ec3942aeecf901f9116868e48cd685545fcc20ab677a4a8ff5134e979edbac06" diff --git a/pyproject.toml b/pyproject.toml index bb90cfef..405a6ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = "^0.104" uvicorn = {extras = ["standard"], version = "^0.23"} click = "^8.1" aiohttp = "^3.8.6" -redis = "^4.5.6" +redis = "^5.0.1" beautifulsoup4 = "^4.12.2" pyaixm = { git = "https://github.com/volkerp/pyaixm", rev = "00112765b7ca767d45af9e743b0264e14ac25d1b" } pynotam = { git = "https://github.com/globin/PyNotam", rev = "84b741863d09aaa616e6f378a2e6e5eab8df706f" }