From fd8f7afcc64b3b5f0a131144d50806529d19230f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:06:35 +0000 Subject: [PATCH] :arrow_up: Bump ipython from 8.16.1 to 8.18.1 Bumps [ipython](https://github.com/ipython/ipython) from 8.16.1 to 8.18.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/commits/8.18.1) --- updated-dependencies: - dependency-name: ipython dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71f90c600..4d323f674 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,8 +20,6 @@ attrs==23.1.0 # referencing babel==2.13.0 # via sphinx -backcall==0.2.0 - # via ipython beautifulsoup4==4.12.2 # via exhale breathe==4.35.0 @@ -61,6 +59,10 @@ docutils==0.17.1 # exhale # myst-parser # sphinx +exceptiongroup==1.2.0 + # via + # ipython + # pytest executing==2.0.0 # via stack-data exhale==0.3.6 @@ -85,7 +87,7 @@ iniconfig==2.0.0 # via pytest ipykernel==6.25.2 # via myst-nb -ipython==8.16.1 +ipython==8.18.1 # via # ipykernel # myst-nb @@ -160,8 +162,6 @@ parso==0.8.3 # via jedi pexpect==4.8.0 # via ipython -pickleshare==0.7.5 - # via ipython pip-tools==7.3.0 # via -r requirements.in platformdirs==3.11.0 @@ -172,7 +172,7 @@ pluggy==1.3.0 # via pytest pre-commit==3.5.0 # via -r requirements.in -prompt-toolkit==3.0.39 +prompt-toolkit==3.0.41 # via ipython psutil==5.9.6 # via ipykernel @@ -270,6 +270,12 @@ stack-data==0.6.3 # via ipython tabulate==0.9.0 # via jupyter-cache +tomli==2.0.1 + # via + # build + # pip-tools + # pyproject-hooks + # pytest tornado==6.3.3 # via # ipykernel @@ -285,9 +291,12 @@ traitlets==5.11.2 # nbclient # nbformat typer[all]==0.5.0 - # via check-reqs + # via + # check-reqs + # typer typing-extensions==4.8.0 # via + # astroid # myst-nb # myst-parser # sqlalchemy