From cb45f016a90fada6628b74bc54fc0642bf1369ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 08:42:27 +0000 Subject: [PATCH] pip(deps): bump ruff from 0.11.4 to 0.11.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.4 to 0.11.7. - [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.11.4...0.11.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.7 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 ddbd4d13..ae3249d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pytest-runner==6.0.1 # Vulnerabilities: None pytest-xdist==3.6.1 # Vulnerabilities: None python-json-logger==3.3.0 # Vulnerabilities: None PyYAML==6.0.2 # Vulnerabilities: None -ruff==0.11.4 # From 0.11.2 | Vulnerabilities: None +ruff==0.11.7 # From 0.11.2 | Vulnerabilities: None SQLAlchemy==2.0.40 # Vulnerabilities: None structlog==25.2.0 # Vulnerabilities: None toml==0.10.2 # Vulnerabilities: None