diff --git a/pyproject.toml b/pyproject.toml index 5fcf9ea..bfba270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "scapy==2.7.0", "zeroconf==0.150.0", "fastapi==0.139.0", - "uvicorn==0.50.2", + "uvicorn==0.51.0", "speedtest-cli==2.1.3" ] diff --git a/requirements.txt b/requirements.txt index 704d1d2..0e8bcc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ psutil==7.2.2 scapy==2.7.0 zeroconf==0.150.0 fastapi==0.139.0 -uvicorn==0.50.2 +uvicorn==0.51.0 speedtest-cli==2.1.3