From 538262d953eedfd81f618d40daa9b01e4dfa9cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:17:39 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group across 1 directory 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.155.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.9...v6.155.1) Updates `ruff` to 0.15.15 - [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.14...0.15.15) Updates `coverage` to 7.14.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.14.0...7.14.1) Updates `prek` to 0.4.3 - [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.1...v0.4.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.155.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.4.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.15 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 5e22b8f..ba91187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ test = [ "pylint<=4.0.5,>=4.0.5", "pytest-cov<=7.1.0,>=7.1.0", "pytest<=9.0.3,>=9.0.3", - "hypothesis<=6.152.9,>=6.152.9", - "ruff<=0.15.14,>=0.15.14", - "coverage<=7.14.0,>=7.14.0", - "prek>=0.4.1,<0.5.0", + "hypothesis<=6.155.1,>=6.155.1", + "ruff<=0.15.15,>=0.15.15", + "coverage<=7.14.1,>=7.14.1", + "prek>=0.4.3,<0.5.0", "ty<=0.0.42,>=0.0.42", ]