From 015a4dcecd6b729d1480f3db4b98dd6c5aad6b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:24:01 +0000 Subject: [PATCH] pip(deps): bump ruff from 0.11.11 to 0.11.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.11 to 0.11.12. - [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.11...0.11.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.12 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 114e59c..002fcbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pytest-runner==6.0.1 # Vulnerabilities: None pytest-xdist==3.7.0 # From 3.6.1 | Vulnerabilities: None python-json-logger==3.3.0 # Vulnerabilities: None PyYAML==6.0.2 # Vulnerabilities: None -ruff==0.11.11 # From 0.11.8 | Vulnerabilities: None +ruff==0.11.12 # From 0.11.8 | Vulnerabilities: None SQLAlchemy==2.0.41 # From 2.0.40 | Vulnerabilities: None structlog==25.3.0 # Vulnerabilities: None toml==0.10.2 # Vulnerabilities: None