From 2ad027b721550158f594c52fa4fc51112edd9b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 07:33:00 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.3.1 in /tools 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] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 0ec591d7..bb203b15 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -16,7 +16,7 @@ pycodestyle==2.10.0 pyflakes==3.0.1 pyparsing==3.0.9 pytest-cov==4.0.0 -pytest==7.2.0 +pytest==7.3.1 six==1.16.0 yapf==0.32 zipp==3.11.0