From 4ce1a79513f957c650a37bd739389f79abcee0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:56:48 +0000 Subject: [PATCH] deps(pip):(deps-dev): bump ruff from 0.14.9 to 0.14.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.9 to 0.14.14. - [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.14.9...0.14.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e70706..1b38a5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ bandit==1.9.3 ipykernel==7.1.0 mypy==1.19.1 pip-audit==2.10.0 -ruff==0.14.9 \ No newline at end of file +ruff==0.14.14 \ No newline at end of file