From b185c3ee7d18d5b24deb303dc4b7982a8bf3afce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:36:58 +0000 Subject: [PATCH] pip(deps): bump ruff from 0.4.5 to 0.4.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.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/v0.4.5...v0.4.7) --- updated-dependencies: - dependency-name: ruff 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 40b84259..db25cd96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pytest-runner==6.0.1 # Vulnerabilities: None pytest-xdist==3.6.1 # Vulnerabilities: None pytz==2024.1 # Vulnerabilities: None PyYAML==6.0.1 # Vulnerabilities: None -ruff==0.4.5 # From 0.4.4 | Vulnerabilities: None +ruff==0.4.7 # From 0.4.4 | Vulnerabilities: None SQLAlchemy==2.0.30 # Vulnerabilities: None toml==0.10.2 # Vulnerabilities: None tox==4.15.0 # Vulnerabilities: None