From 20b67da7bae5f615675a051213cc855d51501cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:38:41 +0000 Subject: [PATCH] Bump ruff from 0.8.1 to 0.8.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.1 to 0.8.2. - [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/0.8.1...0.8.2) --- 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 1665ccb..4b509a8 100644 --- a/Pipfile +++ b/Pipfile @@ -13,4 +13,4 @@ coverage = "==7.6.8" black = {version = "==24.10.0", markers="python_version >= '3.12'"} mypy = "==1.13.0" tbump = "==6.11.0" -ruff = "==0.8.1" +ruff = "==0.8.2"