From 9f8865cd31df1f395542296b7f224de0e3cc2e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:09:02 +0000 Subject: [PATCH] Bump pytest-docker from 3.1.0 to 3.1.1 in /tests Bumps [pytest-docker](https://github.com/avast/pytest-docker) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/avast/pytest-docker/releases) - [Changelog](https://github.com/avast/pytest-docker/blob/master/CHANGELOG.md) - [Commits](https://github.com/avast/pytest-docker/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pytest-docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 152032d0..28fe4030 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ pytest==7.4.4 -pytest-docker==3.1.0 +pytest-docker==3.1.1 requests==2.31.0