From 966b30dd7835df2c2fdf592c0ddc61698cede49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:34:27 +0000 Subject: [PATCH] Bump ipython from 7.34.0 to 8.29.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.29.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.34.0...8.29.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ad7331..45ab021 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -564,13 +564,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.28.0" +version = "8.29.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.28.0-py3-none-any.whl", hash = "sha256:530ef1e7bb693724d3cdc37287c80b07ad9b25986c007a53aa1857272dac3f35"}, - {file = "ipython-8.28.0.tar.gz", hash = "sha256:0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a"}, + {file = "ipython-8.29.0-py3-none-any.whl", hash = "sha256:0188a1bd83267192123ccea7f4a8ed0a78910535dbaa3f37671dca76ebd429c8"}, + {file = "ipython-8.29.0.tar.gz", hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb"}, ] [package.dependencies] @@ -1288,4 +1288,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "a5a67f8d731dd2ea5da4fcd7d8f5ba8d066403fde7fd8188bd53f90bfe5423ff" +content-hash = "14a4ed284a198d8bc071104201f95d81c36fe08b937473679713f46430b9ea85" diff --git a/pyproject.toml b/pyproject.toml index 02a1859..a20791b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ redis = "5.0.4" sentry-sdk = {version = "2.16.0", extras = ["django"]} [tool.poetry.dev-dependencies] -ipython = "^8.28.0" +ipython = "^8.29.0" coverage = "^5.3" coveralls = "^2.1.2" mock = "^4.0.2"