Skip to content

Commit e5a50ba

Browse files
Bump ipython from 7.16.3 to 8.10.0 in /evalml/tests/dependency_update_check (#3987)
* Bump ipython in /evalml/tests/dependency_update_check Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.16.3...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Change min IPython version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremy <jeremyliweishih@gmail.com>
1 parent be84dc1 commit e5a50ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/source/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Release Notes
1212
* Documentation Changes
1313
* Testing Changes
1414
* Add pull request check for linked issues to CI workflow :pr:`3970`, :pr:`3980`
15+
* Upgraded minimum `IPython` version to 8.10.0 :pr:`3987`
1516

1617
.. warning::
1718

evalml/tests/dependency_update_check/minimum_test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IPython==7.16.3
1+
IPython==8.10.0
22
PyYAML==5.4
33
catboost==0.20
44
category-encoders==2.2.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test = [
8080
"pytest-timeout == 1.4.2",
8181
"pytest-cov == 2.10.1",
8282
"nbval == 0.9.3",
83-
"IPython >= 7.16.3",
83+
"IPython >= 8.10.0",
8484
"codecov == 2.1.11",
8585
"PyYAML == 5.4",
8686
"coverage[toml] >= 6.4",

0 commit comments

Comments
 (0)