From cc8fd9d4d3694e7886a5a207824acd78c865011c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:28:16 +0000 Subject: [PATCH] Bump ruff from 0.0.290 to 0.0.291 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.0.291. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.290...v0.0.291) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements-linting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index ff8f85657..48e914dbb 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,5 +1,5 @@ black==23.9.1 griffe==0.36.2 pyright==1.1.327 -ruff==0.0.290 +ruff==0.0.291 mypy==1.5.1