From b9c198690184134bcd108f71dc18800651e01eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:10:28 +0000 Subject: [PATCH] Bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [ipython](https://github.com/ipython/ipython) and [wcwidth](https://github.com/jquast/wcwidth). Updates `ipython` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.5.0...9.6.0) Updates `wcwidth` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.13...0.2.14) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: wcwidth dependency-version: 0.2.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index df5d0c7..e10988e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ identify==2.6.14 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.5.0 +ipython==9.6.0 ipython-genutils==0.2.0 jedi==0.19.2 more-itertools==10.8.0 @@ -34,5 +34,5 @@ toml==0.10.2 tox==4.30.2 traitlets==5.14.3 virtualenv==20.34.0 -wcwidth==0.2.13 +wcwidth==0.2.14 zipp==3.23.0