From 2e1909c10babf12eece0f8bdcb9a95a7633d37dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:22:19 +0000 Subject: [PATCH] chore: update ruff requirement in /{{cookiecutter.repo_name}} 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.13.2...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- {{cookiecutter.repo_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/pyproject.toml b/{{cookiecutter.repo_name}}/pyproject.toml index c9bf166..2e174f7 100644 --- a/{{cookiecutter.repo_name}}/pyproject.toml +++ b/{{cookiecutter.repo_name}}/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "pre-commit~=4.0", "pyright==1.1.405", "pytest~=8.0", - "ruff~=0.13.2", + "ruff~=0.14.3", "twine~=6.1", ]