From 370d5a90b37089d81a7a87f8c9515f75a5965d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:17:35 +0000 Subject: [PATCH] :arrow_up: Update ruff requirement from ~=0.1.14 to ~=0.1.15 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 763012a..955dc0f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ pytest==7.4.4 pytest-cov==4.1.0 setuptools==68.2.2 mutmut~=2.4.4 -ruff~=0.1.14 \ No newline at end of file +ruff~=0.1.15 \ No newline at end of file