Skip to content

Commit ddb1c68

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 ed1e0a9 commit ddb1c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.12.2
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)