diff --git a/pyproject.toml b/pyproject.toml index 3d0c8cb..171840e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "fastapi==0.133.1", - "uvicorn[standard]==0.40.0", + "uvicorn[standard]==0.41.0", "pylunar==0.11.0", ]