From 08f252b9db0b2d491b8a110db0a9084de9342e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:48:52 +0100 Subject: [PATCH] Update tqdm requirement from ==4.66.* to ==4.67.* in /server (#292) Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4a7500dd..8872a1ad 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ redis==5.2.1 reportlab==4.2.* requests==2.32.* sentry-sdk==2.19.* -tqdm==4.66.* +tqdm==4.67.* websockets==14.* # deploy