From efcdc25a8ee63e5f7a9ceb81db763210bbdc65cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:02:46 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ~=0.8.4 to ~=0.14.10 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.8.4...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 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 71977ed..d0d3b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy~=1.9", "pre-commit~=4.0", "pre-commit-hooks~=6.0", - "ruff~=0.8.4", + "ruff~=0.14.10", "boto3-stubs~=1.42.13", "pytest~=9.0", "pytest-cov~=7.0",