From 84e2127cef8edd906c60a1d83e6d19e80c27e3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:18:41 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.in | 2 +- backend/requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.in b/backend/requirements-dev.in index dc998ebb..75dbb304 100644 --- a/backend/requirements-dev.in +++ b/backend/requirements-dev.in @@ -9,7 +9,7 @@ pytest-flake8~=1.1.1 pytest-cov~=5.0.0 pytest-django~=4.8.0 faker~=24.4.0 -tqdm~=4.66.2 +tqdm~=4.66.3 # utils ipython~=8.22.2 diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 9546fc80..9ead56fe 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -103,7 +103,7 @@ et-xmlfile==1.1.0 # openpyxl executing==2.0.1 # via stack-data -faker==24.2.1 +faker==24.4.0 # via -r requirements-dev.in flake8==7.0.0 # via pytest-flake8 @@ -261,7 +261,7 @@ tablib==3.5.0 # via # -r requirements.txt # django-import-export -tqdm==4.66.2 +tqdm==4.66.3 # via -r requirements-dev.in traitlets==5.14.2 # via