Skip to content

Commit 9fbcddb

Browse files
committed
maint: update anywidget to 0.9.20
1 parent f7a22bb commit 9fbcddb

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typst = ["typst>=0.14.1"]
3333

3434
[dependency-groups]
3535
dev = [
36-
"anywidget[dev]>=0.9.18",
36+
"anywidget[dev]>=0.9.20",
3737
"geopandas>=0.14.4",
3838
"ipykernel>=6.29.5",
3939
"jupyterlab>=4.4.1",
@@ -135,5 +135,14 @@ ban-relative-imports = "all"
135135
# Tests can use magic values, assertions, and relative imports
136136
"tests/**/*" = ["PLR2004", "S101", "TID252"]
137137

138+
[tool.ty.environment]
139+
python-version = "3.10"
140+
141+
[tool.ty.src]
142+
include = [
143+
"src",
144+
"tests",
145+
]
146+
138147
[tool.uv]
139148
default-groups = "all"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)