From 42a18e941ac2cbfcfb6fd273f4fa6483010c18ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:17:30 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.4 to >=7.4.4,<8.1.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.4.4...8.0.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 d7b17fea7..367710f95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.9.0 ipython~=8.18.1; python_version < "3.10" ipython~=8.20.0; python_version >= "3.10" -pytest~=7.4.4 +pytest>=7.4.4,<8.1.0