From 34e2ba67923b4bca74417c9d3b756996f501cfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:57:27 +0000 Subject: [PATCH] Bump ruff from 0.4.8 to 0.4.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9. - [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.4.8...v0.4.9) --- 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 4581d25..c4c740a 100644 --- a/Pipfile +++ b/Pipfile @@ -19,5 +19,5 @@ mock = "==5.1.0" coverage = "==7.5.3" tbump = "==6.11.0" mypy = "==1.10.0" -ruff = "==0.4.8" +ruff = "==0.4.9" types-pymysql = "==1.1.0.20240524"