From 026da635364b006f78215041164e45ff0112164f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:00:30 +0000 Subject: [PATCH] Bump pytest from 7.2.2 to 7.3.0 in /requirements.d Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.d/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/tests.txt b/requirements.d/tests.txt index 00f7cd8..05c41f5 100644 --- a/requirements.d/tests.txt +++ b/requirements.d/tests.txt @@ -1,4 +1,4 @@ # Requirements for [testenv:tests] virtualenv -pytest==7.2.2 +pytest==7.3.0 -r ansible.txt