From ddf4a7f57926993f3705613083c0a6b6aec67615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:15:12 +0000 Subject: [PATCH] Update ipython requirement from ~=8.12.3 to ~=9.13.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.13.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.13.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 2938507..bbeb09b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ optuna-integration==4.6.0 tabulate~=0.9.0 pygam~=0.12.0 pandas~=2.3.3 -ipython~=8.12.3 +ipython~=9.13.0 geopandas~=1.1.2 matplotlib~=3.10.8 pyproj~=3.7.2