From c9339329c2bd5cbcdbc0519dfe29efef7ed22eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:05:49 +0000 Subject: [PATCH] Bump flightgear-python from 1.6.0 to 2.0.1 Bumps [flightgear-python](https://github.com/julianneswinoga/flightgear-python) from 1.6.0 to 2.0.1. - [Release notes](https://github.com/julianneswinoga/flightgear-python/releases) - [Changelog](https://github.com/julianneswinoga/flightgear-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/julianneswinoga/flightgear-python/compare/1.6.0...2.0.1) --- updated-dependencies: - dependency-name: flightgear-python dependency-type: direct:production update-type: version-update:semver-major ... 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..5f84032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "flightgear-python==1.6.0", + "flightgear-python==2.0.1", "fastapi[all]==0.105.0", "hydra-core==1.3.2", "loguru==0.7.2",