Skip to content

Commit

Permalink
Upgrade varions dependency versions (#86)
Browse files Browse the repository at this point in the history
- Upgrade bazelisk to latest release 1.21.0
- Upgrade buildifier to latest release 7.3.1
- Upgrade PyPI dependencies to latest
  • Loading branch information
jwnimmer-tri authored Sep 9, 2024
1 parent 4778c32 commit ee227e3
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 729 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.20.0"
_SHA256 = "9adad8df709e8e8d657df3de48594967d2ba89854b8ebc734856d41852547a4a"
_VERSION = "1.21.0"
_SHA256 = "ccccb2b572de591ad72783a471005a5ce5489ab9f4be36d014e798933ad6dd6d"
_URL = f"https://raw.githubusercontent.com/bazelbuild/bazelisk/v{_VERSION}/bazelisk.py" # noqa


Expand Down
Loading

0 comments on commit ee227e3

Please sign in to comment.