From a25cfd3d852be4393cbb4c8e34c0870bef28bc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:28:56 +0000 Subject: [PATCH] Bump tqdm from 4.65.0 to 4.66.3 in /examples/website/app Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/website/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/website/app/requirements.txt b/examples/website/app/requirements.txt index 48fc69e..fff9aa4 100644 --- a/examples/website/app/requirements.txt +++ b/examples/website/app/requirements.txt @@ -10,5 +10,5 @@ psycopg2-binary==2.9.1 regex==2023.6.3 sqlparse==0.4.4 textblob==0.17.1 -tqdm==4.65.0 +tqdm==4.66.3 web-pdb==1.6.0