From 0d8a1ac2644d8cbabb6a9e5fcb6f46f6d4559863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:50:25 +0000 Subject: [PATCH] Bump ipython from 8.27.0 to 8.28.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.27.0 to 8.28.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.28.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae659d7f..266d90e5 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==8.27.0", + "ipython==8.28.0", "myst_parser==4.0.0", "nbsphinx==0.9.5", "sphinx-copybutton==0.5.2",