From 66daeb4a8e5ebf106d80bccd41413493771ff388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:04:55 +0000 Subject: [PATCH] deps(deps): bump ruff from 0.15.9 to 0.15.11 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.11. - [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.9...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a38f345..d89fb33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,6 +45,6 @@ doppler-sdk==1.3.0 # Doppler SDK for Python # Development/Testing (for CI/CD) pytest==9.0.2 pytest-cov==7.1.0 -ruff==0.15.9 +ruff==0.15.11 bandit==1.9.4 safety==3.7.0