From 3f2640754410e2c9ba0d6fcee0415e34134980f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:02:37 +0000 Subject: [PATCH] Bump coverage in /components/aws/sagemaker/tests/unit_tests Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.1 to 7.0.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.1...7.0.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- components/aws/sagemaker/tests/unit_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aws/sagemaker/tests/unit_tests/requirements.txt b/components/aws/sagemaker/tests/unit_tests/requirements.txt index cb309fa6..e4a1030d 100644 --- a/components/aws/sagemaker/tests/unit_tests/requirements.txt +++ b/components/aws/sagemaker/tests/unit_tests/requirements.txt @@ -1,5 +1,5 @@ boto3==1.12.33 -coverage==5.1 +coverage==7.0.3 pathlib2==2.3.5 pytest==5.4.1 pyyaml==5.3.1