From 22f1714358e5dfc3ff3101a388a05fd946283cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:17:50 +0000 Subject: [PATCH] Update ipython requirement from ~=8.12.3 to ~=9.14.1 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.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.1 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 4d9f43f..babe0df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,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.1 geopandas~=1.1.2 matplotlib~=3.10.9 pyproj~=3.7.2