From 8f6257d3c386d5d6fbaf0cef83f3fb228065fecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:55:44 +0000 Subject: [PATCH] Bump tqdm from 4.44.1 to 4.66.3 in /non-line-of-sight Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.44.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.44.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- non-line-of-sight/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non-line-of-sight/requirements.txt b/non-line-of-sight/requirements.txt index 0592005..93af8f0 100644 --- a/non-line-of-sight/requirements.txt +++ b/non-line-of-sight/requirements.txt @@ -19,6 +19,6 @@ pyflakes==2.1.1 regex==2020.2.20 six==1.14.0 toml==0.10.0 -tqdm==4.44.1 +tqdm==4.66.3 typed-ast==1.4.1 typing-extensions==3.7.4.1