From ea197e6753559c4e49b7a2a98a0d7f52804b728d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:06:56 +0000 Subject: [PATCH] chore(deps): bump ipython in /bec_ipython_client Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `ipython` to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.22.0...9.13.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- bec_ipython_client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 8a89b2b7c..783c336e2 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "bec-lib~=3.0", - "ipython~=8.22", + "ipython>=8.22,<10.0", "numpy>=1.24, <3.0", "pyepics~=3.5", "requests~=2.31",