From ba43553624786ef088cb04493574a98e7a126936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:20:00 +0000 Subject: [PATCH] Bump ruff from 0.1.13 to 0.1.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14. - [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.1.13...v0.1.14) --- 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 4f73029..5babab6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mypy==1.8.0 pip>=21.0,<23.4 pre-commit==3.6.0 pylint==3.0.3 -ruff==0.1.13 +ruff==0.1.14 shellrecharge==0.1.8 types-cachetools vulture==2.11