From 5b4c47df3c75b86c23c81995f7fb9bdf24ba2e90 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:39:58 -0700 Subject: [PATCH 1/2] feat: add dependabot batching the dependency update for pip --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04595aed..d458b6c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,20 @@ updates: interval: "weekly" commit-message: prefix: infra + + - package-ecosystem: "pip" + # Files stored in repository root + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: infra + groups: + # Specify a name for the group, which will be used in pull request titles + # and branch names + dev-dependencies: + # Define patterns to include dependencies in the group (based on + # dependency name) + patterns: + - "*" # A wildcard that matches all dependencies in the package + # ecosystem. Note: using "*" may open a large pull request From e2525e0e1f1700d86eab4916528052960ea0b8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:16:00 +0000 Subject: [PATCH 2/2] infra: bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [pytest](https://github.com/pytest-dev/pytest). Updates `boto3` from 1.28.53 to 1.34.23 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.53...1.34.23) Updates `pytest` from 7.2.2 to 7.4.4 - [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/7.2.2...7.4.4) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 983b9031..7658b08e 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,10 +1,10 @@ amazon-braket-schemas amazon-braket-sdk -boto3==1.28.53 +boto3==1.34.23 certifi>=2023.7.22 invoke==2.2.0 mock pennylane -pytest==7.2.2 +pytest==7.4.4 pytest-xdist sagemaker