From 36ff69edcbf043393112841e7a6b385f79d56063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:06:20 +0000 Subject: [PATCH] build(deps): bump ipython from 9.10.0 to 9.11.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.10.0 to 9.11.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.10.0...9.11.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79287581c..a2965d938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "cloudscraper==1.2.71", "crowdin-api-client==1.26.0", - "ipython==9.10.0", + "ipython==9.11.0", "itables==2.7.0", "notebook==7.5.4", "pandas==3.0.1",