diff --git a/redis_events/docker/services/poetry.lock b/redis_events/docker/services/poetry.lock index dca29c520..6d4cd702c 100644 --- a/redis_events/docker/services/poetry.lock +++ b/redis_events/docker/services/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1335,14 +1335,14 @@ typing-extensions = ">=4.12.0" [[package]] name = "uvicorn" -version = "0.49.0" +version = "0.50.2" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f"}, - {file = "uvicorn-0.49.0.tar.gz", hash = "sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3"}, + {file = "uvicorn-0.50.2-py3-none-any.whl", hash = "sha256:4ae72a385630bcc17a0adb8290f26c993865e0b43a2114c2aab96420172c056a"}, + {file = "uvicorn-0.50.2.tar.gz", hash = "sha256:b92bf03509b82bcb9d49e7335b4fd364518ad021c2dc18b4e6a2fec8c955a0bb"}, ] [package.dependencies] @@ -1350,7 +1350,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.20)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.20)", "websockets (>=13.0)"] [[package]] name = "virtualenv" @@ -1473,4 +1473,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "8b5d4d6e57ca264687902d8bb667a979d87deabfcc1bbd169ae071a455ea233d" +content-hash = "24f36c6b134a4f9ecefa3782b76def47c8e55dd2d6bfb89cd0aa8186a7360b90" diff --git a/redis_events/docker/services/pyproject.toml b/redis_events/docker/services/pyproject.toml index a22855d2c..f6e92936f 100644 --- a/redis_events/docker/services/pyproject.toml +++ b/redis_events/docker/services/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.13" redis = "^5.2.1" aiohttp = "^3.13.3" fastapi-slim = "^0.128.0" -uvicorn = ">=0.35,<0.50" +uvicorn = ">=0.35,<0.51" pydantic = "^2.12.3" [tool.poetry.group.dev.dependencies]