From d27870fe0d03b82b98bff43c928a3305896d0ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:50:12 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) and [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `coverage` from 7.13.5 to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.0) Updates `ipython` to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.13.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed3b1c6..042e9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.13.5", + "coverage[toml]==7.14.0", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.13", + "ipython>=7.15,<9.14", "ruff>=0.1.2,<0.16.0", ]