From 619fcf8912538ff1ac3fce181db1635520d08fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:05:18 +0000 Subject: [PATCH] Bump ruff from 0.16.1 to 0.16.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.1 to 0.16.5. - [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.16.1...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3db729e..26132e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "types-PyYAML>=5.4.1,<7", "types-python-slugify>=8.0.0.0,<9", "types-requests>=2.28.11.5,<3", - "ruff==0.16.1", + "ruff==0.16.5", ] test = [ "dbt-redshift>=1.1,<2.0",