From 9d135a84493747ac2fe04c4f863fbaf865f8a429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:43:53 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Updates the requirements on [coverage[toml]](https://github.com/coveragepy/coveragepy), [ipython](https://github.com/ipython/ipython) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `coverage[toml]` from 7.13.1 to 7.13.3 - [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.1...7.13.3) Updates `ipython` to 9.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.10.0) Updates `ruff` to 0.15.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.2...0.15.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.13.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.10.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53183ab..0b66026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==7.13.1", + "coverage[toml]==7.13.3", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.10", - "ruff>=0.1.2,<0.15.0", + "ipython>=7.15,<9.11", + "ruff>=0.1.2,<0.16.0", ] [tool.setuptools]