diff --git a/dev-requirements.txt b/dev-requirements.txt index 8dd3dce..b082c78 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ requests~=2.31.0 # Apache 2.0 pyyaml~=6.0 # MIT netifaces~=0.11.0 # MIT sqlalchemy~=2.0.20 # MIT -fastapi~=0.103.1 # MIT +fastapi~=0.104.0 # MIT uvicorn~=0.23.2 # BSD 3-Clause httpx~=0.25.0 # BSD 3-Clause aiofiles~=23.2.1 # Apache 2.0 diff --git a/pyproject.toml b/pyproject.toml index 011a2e2..4021987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyyaml~=6.0", # MIT "netifaces~=0.11.0", # MIT "sqlalchemy~=2.0.20", # MIT - "fastapi~=0.103.1", # MIT + "fastapi~=0.104.0", # MIT "uvicorn~=0.23.2", # BSD 3-Clause "httpx~=0.25.0", # BSD 3-Clause "aiofiles~=23.2.1", # Apache 2.0