From d04053abca4c59fa5aa77a121f648f25d8bad7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:47:44 +0000 Subject: [PATCH] :arrow_up: update ipython requirement from ~=7.16.1 to ~=8.25.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.16.1...8.25.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f66c55f5..2a81fc74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ doc = [ "mkdocs-macros-plugin ~= 1.0.4", ] lint = ["ruff ~= 0.3.3", "mypy ~= 1.4.1"] -dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 7.16.1"] +dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 8.25.0"] [project.urls] Documentation = "https://art049.github.io/odmantic"