From f9f463abe6b9e572fa3b5d6de1c703574002a5a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:16:55 +0000 Subject: [PATCH] Update everything --- .circleci/config.yml | 6 +++--- WORKSPACE | 4 ++-- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e1bd98..f5c5063 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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 diff --git a/WORKSPACE b/WORKSPACE index b3c0613..74ae592 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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 diff --git a/requirements.txt b/requirements.txt index a38fb22..d8e020e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -sympy==1.9 +sympy==1.11.1