From a32655dbb6cada54f81f6d669f1fec1dd1cd87b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 23:57:52 +0000 Subject: [PATCH] Update pytest requirement from ~=7.3.0 to ~=7.4.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18a2179dd..12ce2628a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ sphinx_rtd_theme~=1.2.0 matplotlib~=3.7.1 requests~=2.28.2 urllib3~=1.26.15 -pytest~=7.3.0 +pytest~=7.4.0