Skip to content

Commit 1ab153f

Browse files
committed
.
1 parent b877b79 commit 1ab153f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 37f89c1
2+
_commit: b3bc450
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-config-airbnb-base": "^15.0.0",
6262
"eslint-config-prettier": "^10.1.8",
6363
"eslint-plugin-import": "^2.32.0",
64-
"eslint-plugin-jest": "^29.12.0",
64+
"eslint-plugin-jest": "^29.12.1",
6565
"eslint-plugin-json": "^3.1.0",
6666
"eslint-plugin-prettier": "^5.5.4",
6767
"isomorphic-fetch": "^3.0.0",
@@ -70,7 +70,7 @@
7070
"jest-junit": "^16.0.0",
7171
"jest-transform-css": "^6.0.3",
7272
"mkdirp": "^3.0.1",
73-
"prettier": "^3.7.4",
73+
"prettier": "^3.8.1",
7474
"rimraf": "^6.1.2"
7575
}
7676
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"hatch-js",
55
"jupyterlab>=4,<5",
66
]
7-
build-backend="hatchling.build"
7+
build-backend = "hatchling.build"
88

99
[project]
1010
name = "python-template-jupyter"

0 commit comments

Comments
 (0)