From 71924892e82ed9f212a53e7b7245ca58f7656c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:26:19 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group 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.14.0 to 7.14.1 - [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.14.0...7.14.1) Updates `ipython` to 9.14.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.14.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 042e9a8..a5a2499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.14.0", + "coverage[toml]==7.14.1", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.14", + "ipython>=7.15,<9.15", "ruff>=0.1.2,<0.16.0", ]