Skip to content

Commit fbf48db

Browse files
Update from copier (2025-11-01T17:03:47)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 774e4e5 commit fbf48db

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: b130c83
2+
_commit: 68f3543
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: js

js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {},
4343
"devDependencies": {
4444
"@finos/perspective-esbuild-plugin": "^3.2.1",
45-
"@playwright/test": "^1.55.1",
45+
"@playwright/test": "^1.56.1",
4646
"@prospective.co/procss": "^0.1.17",
47-
"cpy": "^12.0.1",
48-
"esbuild": "^0.25.10",
49-
"esbuild-plugin-less": "^1.3.27",
47+
"cpy": "^12.1.0",
48+
"esbuild": "^0.25.11",
49+
"esbuild-plugin-less": "^1.3.28",
5050
"http-server": "^14.1.1",
5151
"nodemon": "^3.1.10",
5252
"npm-run-all": "^4.1.5",

pyproject.toml

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
]

0 commit comments

Comments
 (0)