From 6eac56678541bc757e0662ce9235895d73861044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:02:48 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 5 updates Updates the requirements on [rich](https://github.com/Textualize/rich), [pytest](https://github.com/pytest-dev/pytest), [coveralls](https://github.com/TheKevJames/coveralls-python), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `rich` to 14.2.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v10.11.0...v14.2.0) Updates `pytest` to 9.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...9.0.0) Updates `coveralls` to 4.0.2 - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.3.1...4.0.2) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.0.0) Updates `ruff` to 0.14.4 - [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.0.241...0.14.4) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: coveralls dependency-version: 4.0.2 dependency-type: direct:development dependency-group: python-packages - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1214579..ce0ef90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "requests<3.0,>=2.28", "typer<1.0,>=0.9", "pydantic<3.0,>=1.10", - "rich<14.0.0,>=10.11.0", + "rich>=10.11.0,<15.0.0", "cel-python<1.0.0,>=0.1.5", ] @@ -22,10 +22,10 @@ line-length = 120 [dependency-groups] dev = [ - "pytest<9.0,>=7.2", - "coveralls<4.0.0,>=3.3.1", - "pytest-cov<5.0.0,>=4.0.0", - "ruff<0.3.4,>=0.0.241", + "pytest>=7.2,<10.0", + "coveralls>=3.3.1,<5.0.0", + "pytest-cov>=4.0.0,<8.0.0", + "ruff>=0.0.241,<0.14.5", ] [project.scripts]