Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#2732)
Browse files Browse the repository at this point in the history
* Update latest dependencies

* update hash

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Parsons <[email protected]>
  • Loading branch information
3 people authored May 21, 2024
1 parent 5e6c92e commit 58d65ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58d65ab

Please sign in to comment.