From 6e08ae3f6d2406bef251c8b8d035099d52f1d337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 07:32:17 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.3.1 in /libs Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/requirements.txt b/libs/requirements.txt index 1f265b54..17aa7c10 100644 --- a/libs/requirements.txt +++ b/libs/requirements.txt @@ -4,6 +4,6 @@ mock==4.0.3 packaging==22.0 pluggy==1.0.0 pyparsing==3.0.9 -pytest==7.2.0 +pytest==7.3.1 six==1.16.0 zipp==3.11.0