From 3831d5c2689eb20ac5deae86c497c8108645b9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:29:52 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.65.0 to 4.66.3 in /auth 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: direct:production ... Signed-off-by: dependabot[bot] --- auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/requirements.txt b/auth/requirements.txt index 4e6f5f2..738013c 100644 --- a/auth/requirements.txt +++ b/auth/requirements.txt @@ -52,7 +52,7 @@ requests==2.31.0 requests-oauthlib==1.3.1 SQLAlchemy==2.0.20 sqlparse==0.4.4 -tqdm==4.65.0 +tqdm==4.66.3 urllib3==2.0.4 uvicorn==0.23.1 watchfiles==0.19.0