From 02ac6c858fd181fc14b0aba96336c2d8bb8bbb6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:03:56 +0000 Subject: [PATCH 1/2] Update latest dependencies --- featuretools/tests/requirement_files/latest_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7c7dbdd41b0473a5eeeff0cd58339c12621067c5 Mon Sep 17 00:00:00 2001 From: Nate Parsons Date: Tue, 21 May 2024 12:19:21 -0500 Subject: [PATCH 2/2] update hash --- .github/workflows/tests_with_latest_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }