From 86f7b7a5c8544f8a42cca59a8a6742938828bcf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:31:49 +0000 Subject: [PATCH 1/2] Update pytest requirement from <8.2.0,>=7.4.4 to >=7.4.4,<8.3.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.2.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 2829d8d1a..ed2ed5d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.11.0 ipython~=8.18.1; python_version < "3.10" ipython~=8.23.0; python_version >= "3.10" -pytest>=7.4.4,<8.2.0 +pytest>=7.4.4,<8.3.0 From e254c1a7132893abf590c80fc57e1470bcd27fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:21:47 +0000 Subject: [PATCH 2/2] Update ipython requirement from ~=8.23.0 to ~=8.24.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.23.0...8.24.0) --- updated-dependencies: - dependency-name: ipython 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 ed2ed5d09..993b6e0b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.11.0 ipython~=8.18.1; python_version < "3.10" -ipython~=8.23.0; python_version >= "3.10" +ipython~=8.24.0; python_version >= "3.10" pytest>=7.4.4,<8.3.0