From b8b0533515d373dbb3c94a5f550d2edb02a1b18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:34:09 +0000 Subject: [PATCH] Bump pytest from 6.1.2 to 7.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 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/6.1.2...7.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 2804688b764..37678f7d8c5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ cryptography==3.2.1; platform_machine!="i686" and python_version<"3.9" # no 32-b freezegun==1.0.0 mypy==0.790; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" -pytest==6.1.2 +pytest==7.4.2 pytest-cov==2.10.1 pytest-mock==3.3.1 re-assert==1.1.0