From 8edeb0e6e8cf9f787ff9ff4f5a0ddbd88d3a30d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:33:03 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.0.270 to 0.0.275 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.270 to 0.0.275. - [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.270...v0.0.275) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45a8d732..4a67c68c 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setuptools.setup( "pytest-instafail==0.5.0", "pytest-cov==4.1.0", "pycodestyle==2.10.0", - "ruff==0.0.270", + "ruff==0.0.275", "black==23.3.0", "isort==5.11.4", "mypy==1.4.1",