From 493feb72c43c804dadec175cb9688bad452e1eab Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:42:55 -0500 Subject: [PATCH] Automated Latest Dependency Updates (#2691) * Update latest dependencies * update hash --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Parsons --- .github/workflows/tests_with_latest_deps.yaml | 2 +- featuretools/tests/requirement_files/latest_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_with_latest_deps.yaml b/.github/workflows/tests_with_latest_deps.yaml index 493701ff1a..9f05cae043 100644 --- a/.github/workflows/tests_with_latest_deps.yaml +++ b/.github/workflows/tests_with_latest_deps.yaml @@ -109,7 +109,7 @@ jobs: $ProgressPreference = "silentlyContinue" Invoke-WebRequest -Uri $Uri -Outfile "$env:USERPROFILE/$File" $hashFromFile = Get-FileHash "$env:USERPROFILE/$File" -Algorithm SHA256 - $hashFromUrl = "c9b32faa9262828702334b16bcb5b53556e630d54e5127f5c36c7ba7ed43179a" + $hashFromUrl = "ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375" if ($hashFromFile.Hash -ne "$hashFromUrl") { Throw "$File hashes do not match" } diff --git a/featuretools/tests/requirement_files/latest_requirements.txt b/featuretools/tests/requirement_files/latest_requirements.txt index bbb3c4e457..d0800949fa 100644 --- a/featuretools/tests/requirement_files/latest_requirements.txt +++ b/featuretools/tests/requirement_files/latest_requirements.txt @@ -1,7 +1,7 @@ cloudpickle==3.0.0 dask==2024.2.1 distributed==2024.2.1 -holidays==0.43 +holidays==0.44 numpy==1.26.4 pandas==2.2.1 psutil==5.9.8