Skip to content

Commit 373da3e

Browse files
authored
Merge pull request #182 from NHSDigital/dependabot/pip/ruff-gte-0.14.1-and-lt-0.17
Update ruff requirement from <0.16,>=0.14.1 to >=0.14.1,<0.17
2 parents c659413 + 058fc97 commit 373da3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dev = [
2424
"pytest>=9.0.3,<10",
2525
"pytest-cov>=7.0.0,<8",
2626
"pytest-html>=4.1,<5",
27-
"ruff>=0.14.1,<0.16",
27+
"ruff>=0.14.1,<0.17",
2828
"pyright>=1.1.390",
2929
"ipdb>=0.13.13,<0.14",
3030
"pytest-asyncio>=1.3.0,<1.5.0",

0 commit comments

Comments
 (0)