From e6414e01e4591f2918bd8434e64e30d113f60fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:30:05 +0200 Subject: [PATCH] Bump ruff from 0.0.272 to 0.0.277 (#761) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.277. - [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.272...v0.0.277) --- 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 898d3ae9..fa6ab82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "black==23.3.0", "codespell==2.2.5", "mypy==1.3.0", - "ruff==0.0.272", + "ruff==0.0.277", "pytest==7.4.0", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", -- 2.34.1