From 29903aa4b0533e671d3fa6a4296904f26b08c9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:13:30 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.5 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09bcf61..9190b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "libtmux==0.31.0.post0", "scipy==1.10.1", "torch==2.1.0", - "tqdm==4.66.2", + "tqdm==4.66.5", "rich==13.7.1" ] description = "A Python implementation of ACAS XA and ACAS XU for Flightgear."