Skip to content

Commit 070d551

Browse files
chore(deps): update dependency ruff to ~=0.14.1
1 parent 95ff5d7 commit 070d551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"ruff~=0.12.12",
38+
"ruff~=0.14.1",
3939
"pytest~=8.4.0",
4040
"pytest-cov~=7.0.0",
4141
"build~=1.3.0",
@@ -45,7 +45,7 @@ dev = [
4545
]
4646

4747
test = [
48-
"ruff~=0.12.12",
48+
"ruff~=0.14.1",
4949
"pytest~=8.4.0",
5050
"pytest-cov~=7.0.0",
5151
"responses",

0 commit comments

Comments
 (0)