From 3ad44745f91cbc9c07aaff4e26a11e150c10f3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:28:24 +0000 Subject: [PATCH] :arrow_up: update ipython requirement from ~=7.16.1 to ~=8.24.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.24.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..10a1d708 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.24.0"] [project.urls] Documentation = "https://art049.github.io/odmantic"