From 5140e15ebe48fed29f78766ffe4544a804057550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:07:27 +0000 Subject: [PATCH] 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.34.23 to 1.34.89 - [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.34.23...1.34.89) Updates `pytest` from 7.4.4 to 8.1.1 - [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.4.4...8.1.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major 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 653a31b3..c49e698b 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,10 +1,10 @@ amazon-braket-schemas amazon-braket-sdk -boto3==1.34.23 +boto3==1.34.89 certifi>=2023.7.22 invoke==2.2.0 mock pennylane>=0.35.0 -pytest==7.4.4 +pytest==8.1.1 pytest-xdist sagemaker