Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 2f0b760 commit 46c71fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check-buildifier:
docker:
# See https://circleci.com/developer/images/image/cimg/go for a list of images
- image: cimg/go:1.17.5@sha256:03bc021893b54e1f7c981dc3a391df868a01e24899044d382f068d2014b80348
- image: cimg/go:1.21.0@sha256:75e3d023a3d3f1aa35b0f4f128175f91b9bb912a42805c535413a3a7883339d7
steps:
- checkout
- run: go get github.com/bazelbuild/buildtools/buildifier
Expand All @@ -29,7 +29,7 @@ jobs:
check-python:
docker:
# See https://circleci.com/developer/images/image/cimg/python for a list of images
- image: cimg/python:3.10.1@sha256:fc682462c99327b5607503c533232d9447e334ba47e3eca0d8b772ae4ef6b0b8
- image: cimg/python:3.11.4@sha256:feceb270bfad3dacea9ad5a198e4edde57d510732027e6c6f28f43881fa1768f
steps:
- checkout
- run: pip install -r requirements.txt
Expand All @@ -40,7 +40,7 @@ jobs:
check-yapf:
docker:
# See https://circleci.com/developer/images/image/cimg/python for a list of images
- image: cimg/python:3.10.1@sha256:fc682462c99327b5607503c533232d9447e334ba47e3eca0d8b772ae4ef6b0b8
- image: cimg/python:3.11.4@sha256:feceb270bfad3dacea9ad5a198e4edde57d510732027e6c6f28f43881fa1768f
steps:
- checkout
- run: pip install yapf
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Make python rules available. See https://github.com/bazelbuild/rules_python#getting-started
http_archive(
name = "rules_python",
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz",
)

# See https://github.com/bazelbuild/rules_python#fetch-pip-dependencies-lazily-experimental
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sympy==1.9
sympy==1.12

0 comments on commit 46c71fd

Please sign in to comment.