From 1d1d60b62dadda66cd53d43927a1eaba3e8219d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:19:04 +0000 Subject: [PATCH] deps(deps-dev): bump ruff from 0.1.15 to 0.15.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.15.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/v0.1.15...0.15.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 4cfabfcd..fb270d3f --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ dev = [ "pytest-mock==3.12.0", "black==24.3.0", "isort==5.13.2", - "ruff==0.1.15", + "ruff==0.15.5", "mypy==1.8.0", "bandit==1.7.5", "types-requests==2.31.0",