Skip to content

Commit

Permalink
Upgrade varions dependency versions (#94)
Browse files Browse the repository at this point in the history
- Upgrade Drake to latest release 1.34.0
- Upgrade PyPI dependencies to latest
- Upgrade bazelisk to latest release 1.22.1
  • Loading branch information
jwnimmer-tri authored Oct 25, 2024
1 parent e1447e1 commit 4e9a853
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 670 deletions.
4 changes: 2 additions & 2 deletions bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import sys
import urllib.request as request

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


Expand Down
Loading

0 comments on commit 4e9a853

Please sign in to comment.