Skip to content

Commit e5bf0c0

Browse files
committed
backport julia qnb update
1 parent 3a1fe69 commit e5bf0c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- ([#12780](https://github.com/quarto-dev/quarto-cli/issues/12780)): `keep-ipynb: true` now works again correctly and intermediate `.quarto_ipynb` is not removed.
66
- ([#12627](https://github.com/quarto-dev/quarto-cli/issues/12627)): Don't actually install extension when user responds `yes` to first prompt but `no` to second.
7+
- ([#12870](https://github.com/quarto-dev/quarto-cli/pull/12870/)): Update QuartoNotebookRunner to 0.17.3.
78

89

910
## In previous releases

src/resources/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
33

44
[compat]
5-
QuartoNotebookRunner = "=0.17.0"
5+
QuartoNotebookRunner = "=0.17.3"

0 commit comments

Comments
 (0)