From 2f4ae1676fec474f68e7bf9ec4294bde52c21c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:54:38 +0000 Subject: [PATCH] pip: bump tqdm from 4.65.0 to 4.66.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66544abfb..34fddcdff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,6 @@ sphinxcontrib-htmlhelp==2.0.3 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.7 -tqdm==4.65.0 +tqdm==4.66.1 translate-toolkit==3.10.0 urllib3==1.26.16