From 9a308a9bf49c0fb2be73065b69efc4c274e42677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:41:56 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.4.0 in /tools 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] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 0ec591d7..1b1e042b 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.4.0 six==1.16.0 yapf==0.32 zipp==3.11.0