Skip to content

Commit

Permalink
Upgrade all the jupyterlab-jupytext extension dependencies #798 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Jun 10, 2021
1 parent 4558df9 commit 1cfcbd2
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 142 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Jupytext ChangeLog


**Fixed**
- Dependencies of the JupyterLab extension have been upgraded to fix a security vulnerability ([#783](https://github.com/mwouts/jupytext/issues/783))
- Dependencies of the JupyterLab extension have been upgraded to fix a security vulnerability ([#798](https://github.com/mwouts/jupytext/pull/798))
- The `--warn-only` option also applies to pipes. Use this if the pipe may fail, e.g. if you apply `black` on a possibly invalid script ([#781](https://github.com/mwouts/jupytext/issues/781))
- Variables assigned from a magic command are commented out in `py` scripts ([#781](https://github.com/mwouts/jupytext/issues/781))
- Fixed a round-trip issue on notebooks that have None/null in their metadata ([#792](https://github.com/mwouts/jupytext/issues/792))
Expand Down
4 changes: 4 additions & 0 deletions packages/labextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.3 (2021-06-10)

- We have upgraded the extension dependencies and especially `ws` to fix a security vulnerability (#798)

# 1.3.2 (2021-05-21)

- We have upgraded the extension dependencies and especially `hosted-git-info` to fix a security vulnerability (#783)
Expand Down
2 changes: 1 addition & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "1.3.2",
"version": "1.3.3",
"description": "Save Jupyter Notebooks as Scripts or Markdown files that work well with version control & external text editors",
"keywords": [
"jupyter",
Expand Down
Loading

0 comments on commit 1cfcbd2

Please sign in to comment.