From 87a011a9663dc63411e3c4e14ca9cf6df4a541a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:46:05 +0000 Subject: [PATCH] Bump ipython from 9.0.1 to 9.0.2 Bumps [ipython](https://github.com/ipython/ipython) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff275f74..c3765f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ulid = ["python-ulid"] docs = [ "autodoc_pydantic==2.1.0", "furo==2024.8.6", - "ipython==9.0.1", + "ipython==9.0.2", "myst_parser==4.0.1", "nbsphinx==0.9.6", "sphinx-copybutton==0.5.2",