From 787e2115a4df927455f31dd4b9d6b6e403995046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 04:19:01 +0000 Subject: [PATCH] build(deps-dev): Bump ipython from 8.9.0 to 8.10.0 in /requirements Bumps [ipython](https://github.com/ipython/ipython) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.9.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.in | 2 +- requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.in b/requirements/dev.in index e56180599..b0aa7d2f4 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -5,4 +5,4 @@ mypy nbdev pip-tools # NOTE(crag): consistency with unstructured-api-tools. pinned for a reason, see there. -ipython==8.9.0 +ipython==8.10.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 555e26d15..62d071f69 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -62,7 +62,7 @@ ipykernel==6.15.3 # jupyter-console # notebook # qtconsole -ipython==8.9.0 +ipython==8.10.0 # via # -r dev.in # execnb