From 7defa3591a5eb0d91f58e94309d0c26d189062eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 23:57:54 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 7.2.2 in /compilesketches Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.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.2.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- compilesketches/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilesketches/tests/requirements.txt b/compilesketches/tests/requirements.txt index 809b044b..1b13a2c5 100644 --- a/compilesketches/tests/requirements.txt +++ b/compilesketches/tests/requirements.txt @@ -1,4 +1,4 @@ --requirement ../requirements.txt coverage==7.2.1 -pytest==7.2.1 +pytest==7.2.2 pytest-mock==3.10.0