From 999675e10d63dba2c45720b8b70f7dbdb749cc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:51:53 +0000 Subject: [PATCH] pip(deps): bump ruff from 0.9.9 to 0.11.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.11.2. - [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.9.9...0.11.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb41119f..caea6bf5 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.2.1 # Vulnerabilities: None PyYAML==6.0.2 # Vulnerabilities: None -ruff==0.9.9 # From 0.7.0 | Vulnerabilities: None +ruff==0.11.2 # From 0.7.0 | Vulnerabilities: None SQLAlchemy==2.0.36 # Vulnerabilities: None structlog==25.1.0 # Vulnerabilities: None toml==0.10.2 # Vulnerabilities: None