From 2d6021e041ae6147df7852e77e7703847012dec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:45:43 +0000 Subject: [PATCH] Bump ruff from 0.0.287 to 0.0.290 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.290. - [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.287...v0.0.290) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcf5139..1f083a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev-test = [ "pyyaml==6.0.1", ] dev-lint = [ - "ruff==0.0.287", + "ruff==0.0.290", "isort==5.12.0", "black==23.9.1", "mypy==1.5.1",