From 1369e5a7eabd1a9f980545d1cb94256e33cf2df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 23:06:59 +0000 Subject: [PATCH] Bump tqdm from 4.32.0 to 4.66.3 in /featuretools/tests/requirement_files Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.32.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.32.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- featuretools/tests/requirement_files/latest_requirements.txt | 2 +- .../tests/requirement_files/minimum_core_requirements.txt | 2 +- .../tests/requirement_files/minimum_dask_requirements.txt | 2 +- .../tests/requirement_files/minimum_test_requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/featuretools/tests/requirement_files/latest_requirements.txt b/featuretools/tests/requirement_files/latest_requirements.txt index ed8a151a7f..37560e1706 100644 --- a/featuretools/tests/requirement_files/latest_requirements.txt +++ b/featuretools/tests/requirement_files/latest_requirements.txt @@ -7,5 +7,5 @@ numpy==1.26.4 pandas==2.2.2 psutil==5.9.8 scipy==1.13.0 -tqdm==4.66.4 +tqdm==4.66.3 woodwork==0.30.0 diff --git a/featuretools/tests/requirement_files/minimum_core_requirements.txt b/featuretools/tests/requirement_files/minimum_core_requirements.txt index 10000cf720..7a3ff17bc3 100644 --- a/featuretools/tests/requirement_files/minimum_core_requirements.txt +++ b/featuretools/tests/requirement_files/minimum_core_requirements.txt @@ -5,5 +5,5 @@ packaging==20.0 pandas==2.0.0 psutil==5.7.0 scipy==1.10.0 -tqdm==4.32.0 +tqdm==4.66.3 woodwork==0.28.0 diff --git a/featuretools/tests/requirement_files/minimum_dask_requirements.txt b/featuretools/tests/requirement_files/minimum_dask_requirements.txt index 5041c3a7b3..20dcf561b0 100644 --- a/featuretools/tests/requirement_files/minimum_dask_requirements.txt +++ b/featuretools/tests/requirement_files/minimum_dask_requirements.txt @@ -7,5 +7,5 @@ packaging==20.0 pandas==2.0.0 psutil==5.7.0 scipy==1.10.0 -tqdm==4.32.0 +tqdm==4.66.3 woodwork==0.28.0 diff --git a/featuretools/tests/requirement_files/minimum_test_requirements.txt b/featuretools/tests/requirement_files/minimum_test_requirements.txt index ce6df23b50..4987ded3f6 100644 --- a/featuretools/tests/requirement_files/minimum_test_requirements.txt +++ b/featuretools/tests/requirement_files/minimum_test_requirements.txt @@ -17,6 +17,6 @@ pytest-xdist==2.5.0 pytest==7.1.2 scipy==1.10.0 smart-open==5.0.0 -tqdm==4.32.0 +tqdm==4.66.3 urllib3==1.26.18 woodwork==0.28.0