From 5512638799e25b4312eaae9bb559f1851e4ea9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:54:55 +0000 Subject: [PATCH] chore(deps-dev): Bump ipython from 9.14.0 to 9.14.1 Bumps [ipython](https://github.com/ipython/ipython) from 9.14.0 to 9.14.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.14.0...9.14.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 74c0cf2..2faaa4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1038,14 +1038,14 @@ test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0,<9)", "pytest-async [[package]] name = "ipython" -version = "9.14.0" +version = "9.14.1" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.11" groups = ["dev", "docs"] files = [ - {file = "ipython-9.14.0-py3-none-any.whl", hash = "sha256:8fd984a3372c14b12790b084ba6b5cff5678c0cb063244a0034f06a51f20d6c2"}, - {file = "ipython-9.14.0.tar.gz", hash = "sha256:6f27ff0f1d9ea050e0551f71568bc4b34d8aba579e8f111c5b4175f44ac6b4aa"}, + {file = "ipython-9.14.1-py3-none-any.whl", hash = "sha256:5d4a9ecaa3b10e6e5f269dd0948bdb58ca9cb851899cd23e07c320d3eb11613c"}, + {file = "ipython-9.14.1.tar.gz", hash = "sha256:f913bf74df06d458e46ced84ca506c23797590d594b236fe60b14df213291e7b"}, ] [package.dependencies] @@ -4046,4 +4046,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.11, <4.0" -content-hash = "c4270d9596df1fd7808fc16e38c39c36b739440b165f24b6c74d09cba6ba03cc" +content-hash = "88c1469a517563af23d229db8cedf0765938f91ae42289e78f4493d9fed4fc8f" diff --git a/pyproject.toml b/pyproject.toml index e5709d3..59b65c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest-cov>=7.1.0,<8", "pre-commit>=4.1.0,<5", "codespell>=2.4.2,<3", - "ipython>=9.14.0,<10", + "ipython>=9.14.1,<10", "isort>=8.0.1,<9", "mutmut>=3.3.1,<4", ]