From baa27e9fe26865cf10edac85f6a62c12ffe13c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:17:44 +0000 Subject: [PATCH] Bump ipython from 8.30.0 to 8.31.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ba241a..e0eec75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -543,13 +543,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.30.0" +version = "8.31.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.30.0-py3-none-any.whl", hash = "sha256:85ec56a7e20f6c38fce7727dcca699ae4ffc85985aa7b23635a8008f918ae321"}, - {file = "ipython-8.30.0.tar.gz", hash = "sha256:cb0a405a306d2995a5cbb9901894d240784a9f341394c6ba3f4fe8c6eb89ff6e"}, + {file = "ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6"}, + {file = "ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"}, ] [package.dependencies] @@ -1410,4 +1410,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "09647aa3dcc82cd804e5390f503e52bedc5a93d7163b11f395ff098db792be95" +content-hash = "f70629543cc9230aaf54041cc5ec7823a9a999164adf561f4920554056b6c49b" diff --git a/pyproject.toml b/pyproject.toml index d888434..7b4c9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-stubs = "^4.2.4" flake8 = "^7.1.1" flake8-bugbear = "^24.12.12" ipdb = "^0.13.13" -ipython = "^8.30.0" +ipython = "^8.31.0" isort = "^5.13.2" mypy = "^1.14" pep8-naming = "^0.14.1"