Skip to content

Commit c7d4766

Browse files
Update ruff requirement from ~=0.9.9 to >=0.9.9,<0.13.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.9.9...0.12.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f7d250 commit c7d4766

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
@@ -49,7 +49,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues"
4949
[project.optional-dependencies]
5050
dev = [
5151
"mypy~=1.9.0",
52-
"ruff~=0.9.9",
52+
"ruff>=0.9.9,<0.13.0",
5353
"types-requests~=2.31.0.6",
5454
"types-setuptools~=75.8.0.20250110",
5555
"pytest~=8.3.4",

0 commit comments

Comments
 (0)