From 10d457c6f68d3a3bfb4093c461a9839f151cd22b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Fri, 3 Sep 2021 09:00:57 +0100 Subject: [PATCH 1/2] bazel: Bump rules_python to 0.3.0 Signed-off-by: Ryan Northey --- bazel/repository_locations.bzl | 6 +++--- bazel/rules_python.patch | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 86ed4923ac903..b817e6efffab7 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -675,9 +675,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Python rules for Bazel", project_desc = "Bazel rules for the Python language", project_url = "https://github.com/bazelbuild/rules_python", - version = "0.1.0", - sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0", - release_date = "2020-10-15", + version = "0.3.0", + sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b", + release_date = "2021-06-23", urls = ["https://github.com/bazelbuild/rules_python/releases/download/{version}/rules_python-{version}.tar.gz"], use_category = ["build"], ), diff --git a/bazel/rules_python.patch b/bazel/rules_python.patch index 5c373d8ff0297..205998745d576 100644 --- a/bazel/rules_python.patch +++ b/bazel/rules_python.patch @@ -1,13 +1,13 @@ diff --git a/python/pip_install/repositories.bzl b/python/pip_install/repositories.bzl -index df63674..80824e4 100644 +index 302ff0e..c40deae 100644 --- a/python/pip_install/repositories.bzl +++ b/python/pip_install/repositories.bzl -@@ -16,8 +16,8 @@ _RULE_DEPS = [ +@@ -26,8 +26,8 @@ _RULE_DEPS = [ ), ( "pypi__setuptools", -- "https://files.pythonhosted.org/packages/54/28/c45d8b54c1339f9644b87663945e54a8503cfef59cf0f65b3ff5dd17cf64/setuptools-42.0.2-py2.py3-none-any.whl", -- "c8abd0f3574bc23afd2f6fd2c415ba7d9e097c8a99b845473b0d957ba1e2dac6", +- "https://files.pythonhosted.org/packages/ab/b5/3679d7c98be5b65fa5522671ef437b792d909cf3908ba54fe9eca5d2a766/setuptools-44.1.0-py2.py3-none-any.whl", +- "992728077ca19db6598072414fb83e0a284aca1253aaf2e24bb1e55ee6db1a30", + "https://files.pythonhosted.org/packages/70/06/849cc805ac6332210083f2114a95b22ee252ce81ed4e1be4f1d2b87c9108/setuptools-54.0.0-py3-none-any.whl", + "d85b57c41e88b69ab87065c964134ec85b7573cbab0fdaa7ef32330ed764600a", ), From 9ff0abb8c087ed7909dda0e6a41e99f3dce97b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 02:14:11 +0000 Subject: [PATCH 2/2] build(deps): bump pytest from 6.2.4 to 6.2.5 in /tools/testing Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Ryan Northey --- tools/testing/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/requirements.txt b/tools/testing/requirements.txt index 0dfda6b05d8e1..0c4dc20def2bb 100644 --- a/tools/testing/requirements.txt +++ b/tools/testing/requirements.txt @@ -107,9 +107,9 @@ pytest-cov==2.12.1 \ pytest-patches==0.0.3 \ --hash=sha256:6f8cdc8641c708c4812f58ae48d410f373a6fd16cd6cc4dc4d3fb8951df9c92a # via -r tools/testing/requirements.txt -pytest==6.2.4 \ - --hash=sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b \ - --hash=sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890 +pytest==6.2.5 \ + --hash=sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134 \ + --hash=sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89 # via # -r tools/testing/requirements.txt # pytest-asyncio