From 90034412f92ae67294a05b30fb84710c2b5807d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:23:00 -0700 Subject: [PATCH] Update dependency ipython to <8.30.1 (#575) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arthur Rio --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86b9b17a..dcded7d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2484,4 +2484,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "aa712074732dfe73ff43ae87a0aa2689ff18382af2c739bea4c70ffd39a06ee9" +content-hash = "3f602413762b749fcc770f4ae07eee6a73cb2cb6885a7eb5fd8aa799f896d0e2" diff --git a/pyproject.toml b/pyproject.toml index 1fdea3b9..784c8a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ bandit = "^1.7.9" flynt = "^1.0.1" greenlet = "^3.0.3" httpx = "^0.27.0" -ipython = "^8.11.0,<8.24.0" +ipython = "^8.11.0" mkdocs-material = "^9.5.21" mypy = "^1.10.1" mypy-extensions = "^1.0.0"