From a018ba92f528a6dc10a3da7c0b00d96fdacc76bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:14:15 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.65.0 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- surface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surface/requirements.txt b/surface/requirements.txt index 23bfbecf..d3f44ec4 100644 --- a/surface/requirements.txt +++ b/surface/requirements.txt @@ -27,7 +27,7 @@ django-apitokens==0.0.2 django-sbomrepo==0.0.9 mysqlclient==2.2.4 -tqdm==4.65.0 # for core_utils that is not really a app/package ..? +tqdm==4.67.1 # for core_utils that is not really a app/package ..? django-database-locks==0.5 # distributed locks (on mysql) django-bulk-update-or-create==0.3.0 # for faster batch operations with update_or_create django-dynamicsettings==0.0.3