From 6f1d93113643b5d2e7e25be1ce1b46f43a5df265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:53:36 +0100 Subject: [PATCH] Bump ruff from 0.0.256 to 0.0.257 (#557) Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.256 to 0.0.257. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.256...v0.0.257) --- 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 e8e39234..36e59678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "black==23.1.0", "codespell==2.2.4", "mypy==1.1.1", - "ruff==0.0.256", + "ruff==0.0.257", "pytest==7.2.2", "pytest-asyncio==0.20.3", "pytest-aiohttp==1.0.4", -- 2.34.1