Skip to content

Commit d9319b8

Browse files
authored
Merge pull request #12092 from MichaelHatherly/patch-3
2 parents e894cbf + 9ebbe26 commit d9319b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All changes included in 1.7:
6969
### `julia`
7070

7171
- ([#11659](https://github.com/quarto-dev/quarto-cli/pull/11659)): Fix escaping bug where paths containing spaces or backslashes break server startup on Windows.
72-
- ([#12020](https://github.com/quarto-dev/quarto-cli/pull/12020)): Update QuartoNotebookRunner to 0.12.1.
72+
- ([#12092](https://github.com/quarto-dev/quarto-cli/pull/12092)): Update QuartoNotebookRunner to 0.12.3.
7373

7474
## Other Fixes and Improvements
7575

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.12.1"
5+
QuartoNotebookRunner = "=0.12.3"

0 commit comments

Comments
 (0)