From c2e18fce33837ce2ea6255c36d9931fcbc5d3ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:06:56 +0000 Subject: [PATCH 1/2] Bump fastapi[all] from 0.105.0 to 0.115.5 Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.105.0 to 0.115.5. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.105.0...0.115.5) --- updated-dependencies: - dependency-name: fastapi[all] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c72c3..1f93753 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", From ba01d6e7291acc147302b6005689842f9608b0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:07:05 +0000 Subject: [PATCH 2/2] Bump rich from 13.7.1 to 13.9.4 Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 13.9.4. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c72c3..499dd40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "scipy==1.10.1", "torch==2.1.0", "tqdm==4.66.2", - "rich==13.7.1" + "rich==13.9.4" ] description = "A Python implementation of ACAS XA and ACAS XU for Flightgear." dynamic = ["version"]