From 24481cc39b3286b462d19d1a95e5fd3ec43ce032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:33:18 -0500 Subject: [PATCH] Bump ruff from 0.0.280 to 0.0.286 (#286) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.280 to 0.0.286. - [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.280...v0.0.286) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3645da7e..6f43e7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest >=7.2.0, <7.5.0", "pytest-asyncio >=0.20.2, <0.22.0", "mypy ==1.5.1", - "ruff ==0.0.280", + "ruff ==0.0.286", "black ==23.7.0", "httpx >=0.23.3, <0.25.0", "coverage >=7.0.0, <7.4.0",