From dd1a25ad78b26f31549790647ae272d25ef89fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:04:34 +0000 Subject: [PATCH] Bump ruff from 0.0.284 to 0.0.288 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.288. - [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.284...v0.0.288) --- 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 d29d7147d..ef4612152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "black==23.7.0", "codespell==2.2.5", "mypy==1.5.1", - "ruff==0.0.284", + "ruff==0.0.288", "pytest==7.4.0", "pytest-asyncio==0.21.1", "pytest-aiohttp==1.0.4",