From 22c6405c96b7b70c23b2b0e40a6c87c6bf9b0d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 08:01:14 +0000 Subject: [PATCH] requirements(deps): bump pytest from 7.4.1 to 7.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2. - [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.4.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f815ac8..6a461fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Direct dependencies coverage==7.3.1 parameterized==0.9.0 -pytest==7.4.1 +pytest==7.4.2 # Indirect dependencies attrs==23.1.0