From e79c3ffc0c27704c9252112f43add68dc9e1c410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:49:27 +0000 Subject: [PATCH] Bump tqdm from 4.36.1 to 4.66.3 in /tsp/code Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.36.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.36.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tsp/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsp/code/requirements.txt b/tsp/code/requirements.txt index ee1ffce..3cb8116 100644 --- a/tsp/code/requirements.txt +++ b/tsp/code/requirements.txt @@ -2,4 +2,4 @@ argparse==1.4.0 matplotlib==3.1.1 numpy==1.17.2 pandas==0.25.1 -tqdm==4.36.1 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file