From a6ca4f9c8a01d0fc99f0d11ab99e5023b2ad6c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:27:23 +0000 Subject: [PATCH] Update ipython requirement from ~=8.12.3 to ~=9.14.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.12.3...9.14.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cc6c2af..fe55c570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ optuna-integration==4.6.0 tabulate~=0.9.0 pygam~=0.12.0 pandas~=2.3.3 -ipython~=8.12.3 +ipython~=9.14.0 geopandas~=1.1.2 matplotlib~=3.10.9 pyproj~=3.7.2