Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
hooks:
- id: pixi-lock
name: Update pixi.lock file
entry: pixi lock
entry: pixi install
language: system
pass_filenames: false
files: ^(pyproject\.toml|pixi\.toml|pixi\.lock)$
files: ^(pyproject\.toml|pixi\.toml|pixi\.lock|src/jupytext/version\.py)$
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Jupytext ChangeLog
==================

1.19.1.dev0 (development)
-------------------------

**Changed**
- We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension ([#1483](https://github.com/mwouts/jupytext/pull/1483))
- 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))


1.19.0 (2026-01-18)
-------------------

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

**Fixed**
Expand Down
Loading
Loading