Skip to content

Commit

Permalink
Dependencies: Update to nbdime 4 and pytest-notebook 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2023
1 parent e7d7540 commit 3c18d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
target did not exist.
- ngr: Fix Gradle test runner by only conditionally invoking `gradle wrapper`
- ngr: Add capability to invoke projects using the `poethepoet` task runner
- Dependencies: Update to nbdime 4 and pytest-notebook 0.10

## 2023-11-06 v0.0.3
- ngr: Fix `contextlib.chdir` only available on Python 3.11 and newer
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ nlp = [
]
notebook = [
"nbclient<0.10",
"nbdime<4",
"nbdime<5",
"notebook<8",
"pytest-notebook<0.10",
"pytest-notebook<0.11",
]
release = [
"build<2",
Expand Down

0 comments on commit 3c18d90

Please sign in to comment.