Skip to content

Commit

Permalink
Upgrade varions dependency versions (#107)
Browse files Browse the repository at this point in the history
* Upgrade bazelisk to latest release 1.24.1 (no change).
* Update PyPI dependencies to latest.
  • Loading branch information
jwnimmer-tri authored Dec 9, 2024
1 parent bffaa85 commit 574ede1
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 273 deletions.
2 changes: 1 addition & 1 deletion bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import sys
import urllib.request as request

# The pinned version and checksum of bazelisk.
_VERSION = "1.23.0"
_VERSION = "1.24.1"
_SHA256 = "cba873b7a873b4ee545749fdc3c30dd56475348e2d64858bb37aa6c640e1be04"
_URL = f"https://raw.githubusercontent.com/bazelbuild/bazelisk/v{_VERSION}/bazelisk.py" # noqa

Expand Down
Loading

0 comments on commit 574ede1

Please sign in to comment.