From 5cdb6deb699787dd9df1daa5389502c4d4221f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:17:47 +0000 Subject: [PATCH] Bump ruff from 0.3.2 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.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/v0.3.2...v0.3.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 6dc9484c..5a780954 100644 --- a/Pipfile +++ b/Pipfile @@ -18,5 +18,5 @@ black = "==24.3.0" mypy = "==1.9.0" types-setuptools = "==69.2.0.20240317" tbump = "==6.11.0" -ruff = "==0.3.2" +ruff = "==0.3.3" rstcheck = {version = "==6.2.0", extras = ["sphinx", "toml"]}