From f0c7added901ed3361371f3e2a07290f2725b3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 03:18:46 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fe933061a8c..1ca9fd8555f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -117,7 +117,7 @@ pyopenssl==23.0.0 # urllib3 pyparsing==3.0.7 # via packaging -pytest==7.3.1 +pytest==7.4.0 # via # -r dev-requirements.in # pytest-cov