From 41dc95cb0c8339c4cb85659519d0a4927a39a194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:00:53 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.8...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 931e808..4052ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "mypy>=1.15,<2", "pytest>=8,<10", "pytest-asyncio>=1,<2", - "ruff>=0.15.8,<0.16", + "ruff>=0.15.8,<0.17", "setuptools>=80,<81", "types-jsonschema>=4.23,<5", "types-PyYAML>=6.0.12,<7",