diff --git a/pyproject.toml b/pyproject.toml index 4f16c44..1674d29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "flightgear-python==1.6.0", - "fastapi[all]==0.105.0", + "fastapi[all]==0.115.5", "hydra-core==1.3.2", "loguru==0.7.2", "lxml==5.1.0", @@ -50,7 +50,7 @@ dependencies = [ "scipy==1.10.1", "torch==2.1.0", "tqdm==4.67.1", - "rich==13.7.1" + "rich==13.9.4" ] description = "A Python implementation of ACAS XA and ACAS XU for Flightgear." dynamic = ["version"]