Skip to content

Commit e86bf36

Browse files
fix: update ruff version to 0.14.2 in pyproject.toml to match requirements.txt
- Updated ruff from 0.14.1 to 0.14.2 in dev dependencies - Ensures version consistency between pyproject.toml and requirements.txt
1 parent c277959 commit e86bf36

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
@@ -65,7 +65,7 @@ dev = [
6565
"pytest==8.4.2",
6666
"pytest-asyncio~=0.23.0",
6767
"black==25.9.0",
68-
"ruff==0.14.1",
68+
"ruff==0.14.2",
6969
"mypy==1.18.1",
7070
"types-requests",
7171
"types-urllib3",

0 commit comments

Comments
 (0)