From 67541830a24a2e131904344ef0fc3c8dd999fd6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:58:03 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.6.2 to 0.6.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.3. - [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.6.2...0.6.3) --- 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 b1ba7dd..1205f5d 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ types-setuptools = "==73.0.0.20240822" types-mock = "==5.1.0.20240425" types-redis = "==4.6.0.20240819" tbump = "==6.11.0" -ruff = "==0.6.2" +ruff = "==0.6.3" rstcheck = "==6.2.4" [requires]