Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#2691)
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 Mar 4, 2024
1 parent 47b667a commit 493feb7
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 @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 493feb7

Please sign in to comment.