From 2ec5ffc0159c68e5589936fdf367738e00360fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:05:14 +0000 Subject: [PATCH] Bump coverage in /components/aws/sagemaker/tests/unit_tests Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.1 to 6.4.4. - [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...6.4.4) --- 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..7752b2a4 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==6.4.4 pathlib2==2.3.5 pytest==5.4.1 pyyaml==5.3.1