From 58d65ab18bb0b1681b1e17c67ee1b951896f848d Mon Sep 17 00:00:00 2001 From: machineFL <49695056+machineFL@users.noreply.github.com> Date: Tue, 21 May 2024 13:35:20 -0400 Subject: [PATCH] Automated Latest Dependency Updates (#2732) * 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 5b7c24f278..cfd65343ca 100644 --- a/.github/workflows/tests_with_latest_deps.yaml +++ b/.github/workflows/tests_with_latest_deps.yaml @@ -73,7 +73,7 @@ jobs: $ProgressPreference = "silentlyContinue" Invoke-WebRequest -Uri $Uri -Outfile "$env:USERPROFILE/$File" $hashFromFile = Get-FileHash "$env:USERPROFILE/$File" -Algorithm SHA256 - $hashFromUrl = "21b56b75861573ec8ab146d555b20e1ed4462a06aa286d7e92a1cd31acc64dba" + $hashFromUrl = "f4d6147b40ea6822255c2dcec8bb0d357c09e230976213f70d7b8c4a10d86bb0" 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 41c6de91ef..5e795ecae7 100644 --- a/featuretools/tests/requirement_files/latest_requirements.txt +++ b/featuretools/tests/requirement_files/latest_requirements.txt @@ -2,7 +2,7 @@ cloudpickle==3.0.0 dask==2024.5.1 dask-expr==1.1.1 distributed==2024.5.1 -holidays==0.48 +holidays==0.49 numpy==1.26.4 pandas==2.2.2 psutil==5.9.8