Skip to content

Commit 408f9cb

Browse files
Update ruff requirement from ~=0.12.8 to >=0.12.8,<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.12.8...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ca5560 commit 408f9cb

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
[dependency-groups]
5050
dev = [
5151
"mypy~=1.9.0",
52-
"ruff~=0.12.8",
52+
"ruff>=0.12.8,<0.14.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)