Skip to content

Commit

Permalink
Upgrade varions dependency versions
Browse files Browse the repository at this point in the history
* Upgrade bazelisk to latest release 1.23.0.
* Update Drake to latest release 1.35.0.
* Update PyPI dependencies to latest.
  • Loading branch information
jwnimmer-tri committed Nov 15, 2024
1 parent 065bd6a commit 98dd355
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 307 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.22.1"
_VERSION = "1.23.0"
_SHA256 = "cba873b7a873b4ee545749fdc3c30dd56475348e2d64858bb37aa6c640e1be04"
_URL = f"https://raw.githubusercontent.com/bazelbuild/bazelisk/v{_VERSION}/bazelisk.py" # noqa

Expand Down
Loading

0 comments on commit 98dd355

Please sign in to comment.