From 648fbf2e5dc250318d9d36f5f0889b30e0d1e1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 10:13:47 +0000 Subject: [PATCH] Bump ruff from 0.0.253 to 0.0.254 in /requirements Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.253 to 0.0.254. - [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.253...v0.0.254) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 1657afb7d..460ef3e1c 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -18,7 +18,7 @@ pylint==2.15.5 # Lint pyroma==4.2 # Packaging best practices checker pytest-cov==4.0.0 # Measure code coverage pytest==7.2.1 # Test runners -ruff==0.0.253 +ruff==0.0.254 sphinx-autodoc-typehints==1.22 sphinx-prompt==1.5.0 sphinxcontrib-spelling==8.0.0