Skip to content

Commit 1eb46dc

Browse files
committed
Use marimo<=0.19.4 in tests (#1485)
1 parent 9f7b587 commit 1eb46dc

File tree

4 files changed

+123
-78
lines changed

4 files changed

+123
-78
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: pixi-lock
4747
name: Update pixi.lock file
48-
entry: pixi lock
48+
entry: pixi install
4949
language: system
5050
pass_filenames: false
51-
files: ^(pyproject\.toml|pixi\.toml|pixi\.lock)$
51+
files: ^(pyproject\.toml|pixi\.toml|pixi\.lock|src/jupytext/version\.py)$

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Jupytext ChangeLog
55
-------------------------
66

77
**Changed**
8-
98
- We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension ([#1483](https://github.com/mwouts/jupytext/pull/1483))
9+
- We require `marimo<=0.19.4` in tests following a change in the location of the `marimo` import ([#1485](https://github.com/mwouts/jupytext/issues/1485))
1010

1111

1212
1.19.0 (2026-01-18)
1313
-------------------
1414

15-
**Changes**
15+
**Changed**
1616
- The environment used to develop Jupytext is now maintained using Pixi ([#1459](https://github.com/mwouts/jupytext/pull/1459))
1717

1818
**Fixed**

0 commit comments

Comments
 (0)