Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 2f0b760 commit f9f463a
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.20.3@sha256:08860fcde483338c73df0e1af1eeff6503cad8401677ecb5ac5a96d8f4f97c0f
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.3@sha256:a4a205b0706b09d3296357c546e79f4d5b12f1d80ce9145944561bb98bf89dec
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.3@sha256:a4a205b0706b09d3296357c546e79f4d5b12f1d80ce9145944561bb98bf89dec
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 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.20.0/rules_python-0.20.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.11.1

0 comments on commit f9f463a

Please sign in to comment.