From e6eb38f06ae796ea18831f9f1516664e1883bbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:15:33 +0000 Subject: [PATCH 1/2] 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.15.4...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 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 c37e623..bb19038 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.411", "pytest~=9.0", - "ruff~=0.15.4", + "ruff>=0.15.4,<0.17.0", "twine~=6.1", ] From 807e35028db24fdf2d6383ea0b9cfe2c00460669 Mon Sep 17 00:00:00 2001 From: snapshots Date: Sat, 1 Aug 2026 15:15:56 +0000 Subject: [PATCH 2/2] chore: update snapshots --- snapshots/default/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshots/default/pyproject.toml b/snapshots/default/pyproject.toml index 8bcb0f2..eec40c0 100644 --- a/snapshots/default/pyproject.toml +++ b/snapshots/default/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "pre-commit~=4.0", "pyright==1.1.411", "pytest~=9.0", - "ruff~=0.15.4", + "ruff>=0.15.4,<0.17.0", "twine~=6.1", ]