From 298f0720cc7fe447bc077dbdfd8ee34f59c5b35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:55:34 +0000 Subject: [PATCH 1/2] Bump ipython from 5.8.0 to 7.16.3 Bumps [ipython](https://github.com/ipython/ipython) from 5.8.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.8.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 61e99ca8..181e1110 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ # requirements for CI sympy == 1.7 pytest-cov -ipython == 5.8.0; python_version == "2.7" +ipython == 7.16.3; python_version == "2.7" nbval # needed by pytest-xdist From 1686a343690339c1795404dfc7843b696253de0e Mon Sep 17 00:00:00 2001 From: Utensil Date: Sat, 30 Mar 2024 18:14:13 +0800 Subject: [PATCH 2/2] Remove Python 2.7 specific deps in test_requirements.txt --- test_requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 181e1110..0a545990 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,6 @@ # requirements for CI sympy == 1.7 pytest-cov -ipython == 7.16.3; python_version == "2.7" nbval # needed by pytest-xdist