From 1b509462524f8cde3b75d64a91270063ecb0068f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:34:23 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group with 4 updates Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy), [freezegun](https://github.com/spulec/freezegun), [ipython](https://github.com/ipython/ipython) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `coverage[toml]` from 6.3.2 to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.3.2...7.11.0) Updates `freezegun` to 1.5.5 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/0.3.15...1.5.5) Updates `ipython` to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.6.0) Updates `ruff` to 0.14.3 - [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.14.3) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.11.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cbd6ab..306196f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ keywords = [ [project.optional-dependencies] dev = [ "bandit>=1.7.4", - "coverage[toml]==6.3.2", - "freezegun~=0.3.15", - "ipython~=7.15.0", - "ruff~=0.1.2", + "coverage[toml]==7.13.0", + "freezegun>=0.3.15,<1.6.0", + "ipython>=7.15,<9.9", + "ruff>=0.1.2,<0.15.0", ] [tool.setuptools]