Skip to content

Commit 68f3543

Browse files
authored
Merge pull request #96 from python-project-templates/tkp/upd
Fix up a few straggler dependencies
2 parents c3118d6 + c44741d commit 68f3543

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ develop = [
4545
"mdformat-tables>=1",
4646
"pytest",
4747
"pytest-cov",
48-
"ruff",
48+
"ruff>=0.9,<0.15",
4949
"twine",
5050
"wheel",
5151
]

js/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ develop = [
3636
"codespell>=2.4,<2.5",
3737
"hatch-js",
3838
"hatchling",
39-
"mdformat>=0.7.22,<0.8",
39+
"mdformat>=0.7.22,<1.1",
4040
"mdformat-tables>=1",
4141
"pytest",
4242
"pytest-cov",
43-
"ruff",
43+
"ruff>=0.9,<0.15",
4444
"twine",
4545
"wheel",
4646
]

jupyter/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ develop = [
4343
"jupyterlab>=4,<5",
4444
"pytest",
4545
"pytest-cov",
46-
"ruff",
46+
"ruff>=0.9,<0.15",
4747
"twine",
4848
"wheel",
4949
]

python/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ develop = [
3939
"mdformat-tables>=1",
4040
"pytest",
4141
"pytest-cov",
42-
"ruff",
42+
"ruff>=0.9,<0.15",
4343
"twine",
4444
"uv",
4545
"wheel",

rust/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ develop = [
4242
"mdformat-tables>=1",
4343
"pytest",
4444
"pytest-cov",
45-
"ruff",
45+
"ruff>=0.9,<0.15",
4646
"twine",
4747
"wheel",
4848
]

rustjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ develop = [
4343
"mdformat-tables>=1",
4444
"pytest",
4545
"pytest-cov",
46-
"ruff",
46+
"ruff>=0.9,<0.15",
4747
"twine",
4848
"wheel",
4949
]

0 commit comments

Comments
 (0)