Skip to content

Commit 82e33f4

Browse files
authored
Merge pull request #32 from attakei/update/latest-20250928
Update/latest 20250928
2 parents b313d2f + 039c56e commit 82e33f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Taskfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tasks:
99
desc: 'Setup workspace'
1010
cmds:
1111
- 'uv sync --frozen --all-extras --all-groups'
12+
# TODO: It may delete this line
13+
# - '{{.RUN_PYTHON}} python -m sass_embedded.sass'
1214
- 'lefthook install'
1315
- task: 'docs:apidoc'
1416
verify:

src/sass_embedded/_const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants to use internal of project."""
22

3-
DART_SASS_VERSION = "1.89.2"
3+
DART_SASS_VERSION = "1.93.2"
44
"""Version of bundled Dart Sass."""
55

6-
EMBEDDED_PROTOCOL_VERSION = "3.1.0"
6+
EMBEDDED_PROTOCOL_VERSION = "3.2.0"
77
"""Version of The Embedded Sass Protocol."""

0 commit comments

Comments
 (0)