From e60d1bf11f8abe001f3cca9e4f43525bc2633617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:06:06 +0000 Subject: [PATCH] Bump ruff from 0.1.13 to 0.1.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14. - [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.13...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 925dd0e6..c3e4c825 100644 --- a/Pipfile +++ b/Pipfile @@ -17,4 +17,4 @@ mypy = "==1.8.0" black = {version = "==23.12.1", markers="python_version >= '3.8'"} pygments = "==2.17.2" tbump = "==6.11.0" -ruff = "==0.1.13" +ruff = "==0.1.14"