From 28fe65a65d1699ce8a79bc6a6ae4ac035041f585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:51:03 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.4.0 in /common Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.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.2.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/requirements.txt b/common/requirements.txt index 8a460676..2c411e85 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -2,6 +2,6 @@ bump2version==1.0.1 packaging==22.0 pluggy==1.0.0 pyparsing==3.0.9 -pytest==7.2.0 +pytest==7.4.0 six==1.16.0 zipp==3.11.0