From ec0162ffa292c68aa775623b485de10f7a8f32f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:56:39 +0000 Subject: [PATCH] Bump pytest from 7.3.0 to 7.4.0 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.4.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.3.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 6938f30..53c5d3c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ bandit==1.7.5 pylama==8.4.1 -pytest==7.3.0 +pytest==7.4.0 pytest-xdist==3.2.1 pytest-html==3.2.0 \ No newline at end of file