Skip to content

Commit 25d92f9

Browse files
Update ruff requirement from ~=0.9.9 to ~=0.12.2
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.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b995816 commit 25d92f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy~=1.9.0
2-
ruff~=0.9.9
2+
ruff>=0.9.9,<0.13.0
33
# [PINNED] for Python 3.8 compatibility
44
# higher versions require urllib3>=2.0
55
types-requests~=2.31.0.6

0 commit comments

Comments
 (0)