From 168a4b6ba0c782146b1089a2cc5a83895163124a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:57:58 +0000 Subject: [PATCH] Update pytest requirement from ~=6.2.4 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/6.2.4...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 cb35866e..bf806b86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ deprecation~=2.1.0 sigfig~=1.1.9 requests~=2.25.1 packaging~=21.0 -pytest~=6.2.4 +pytest~=7.4.0 setuptools==67.7.2 CoolProp~=6.4.1 energy-pandas~=0.3.3