From a06be70ca8cd783c732458c2ea0473783f1848c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:31:58 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 7.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.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.3.1...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b964221..6653585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ isort==5.12.0 mypy==1.3.0 # Testing -pytest==7.3.1 +pytest==7.4.2 pytest-cov==4.1.0 # Build tools