From 5489e150ede6386de92a30fcedfc6ea49d808ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:10:55 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in /up_and_running Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- up_and_running/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up_and_running/requirements.txt b/up_and_running/requirements.txt index 94be5e9..0c692ce 100644 --- a/up_and_running/requirements.txt +++ b/up_and_running/requirements.txt @@ -17,5 +17,5 @@ Pygments==2.17.2 python-dotenv==1.0.1 rich==13.7.1 sniffio==1.3.1 -tqdm==4.66.2 +tqdm==4.66.3 typing_extensions==4.10.0