From 2bb844b442ac3cb1aed0abf5b7566f626710d093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:06:22 +0000 Subject: [PATCH] Bump ruff from 0.0.286 to 0.1.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.286 to 0.1.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/v0.0.286...v0.1.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index f65ff0d8..8d76b37e 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -16,5 +16,9 @@ pathspec==0.11.2 # via black platformdirs==3.10.0 # via black -ruff==0.0.286 +ruff==0.1.2 # via -r requirements_lint.in +tomli==2.0.1 + # via black +typing-extensions==4.8.0 + # via black