From cc650321b631607a8d21dcc0b2ea226691aff455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:44:11 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 4 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `hypothesis` to 6.163.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.7...v6.163.0) Updates `ruff` to 0.16.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/0.15.20...0.16.0) Updates `coverage` to 7.15.2 - [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.3...7.15.2) Updates `prek` to 0.4.11 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.4.6...v0.4.11) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.163.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.4.11 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 ab42d4a..5e81e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ test = [ "pylint<=4.0.6,>=4.0.6", "pytest-cov<=7.1.0,>=7.1.0", "pytest<=9.1.1,>=9.1.1", - "hypothesis<=6.155.7,>=6.155.7", - "ruff<=0.15.20,>=0.15.20", - "coverage<=7.14.3,>=7.14.3", - "prek>=0.4.6,<0.5.0", + "hypothesis<=6.163.0,>=6.163.0", + "ruff<=0.16.0,>=0.16.0", + "coverage<=7.15.2,>=7.15.2", + "prek>=0.4.11,<0.5.0", "ty<=0.0.65,>=0.0.65", ]