Skip to content

Commit abac49e

Browse files
Update ruff requirement from <0.12,>=0.5.0 to >=0.5.0,<0.13
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.12.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0214824 commit abac49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
[project.optional-dependencies]
4545
develop = [
4646
"check-manifest",
47-
"ruff>=0.5.0,<0.12",
47+
"ruff>=0.5.0,<0.13",
4848
"pytest",
4949
"pytest-cov",
5050
"twine>=5,<6.2"

0 commit comments

Comments
 (0)