From e5532c2c81ebee845131a6a6f43d020ea31aae9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:48:19 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates Updates the requirements on [coverage[toml]](https://github.com/coveragepy/coveragepy) and [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `coverage[toml]` from 7.13.0 to 7.13.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.13.0...7.13.1) Updates `ipython` to 9.9.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.9.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.9.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 306196f..53183ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.13.0", + "coverage[toml]==7.13.1", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.9", + "ipython>=7.15,<9.10", "ruff>=0.1.2,<0.15.0", ]