Skip to content

Commit cf9c9c6

Browse files
Update ruff requirement from ~=0.11.10 to >=0.11.10,<0.14.0
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.11.10...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b7ea55 commit cf9c9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Changelog = "https://github.com/binary-butterfly/xml2python/blob/main/CHANGELOG.
4343

4444
[project.optional-dependencies]
4545
testing = [
46-
"ruff~=0.11.10",
46+
"ruff>=0.11.10,<0.14.0",
4747
"pytest~=8.3.5",
4848
"pytest-cov~=6.1.1",
4949
]

0 commit comments

Comments
 (0)