Skip to content

Commit 8a00144

Browse files
authored
Merge pull request #6593 from datalayer-externals/deps/nbclassic-0.4.7
Depend on nbclassic 0.4.7
2 parents 2a9199d + 94b7b0d commit 8a00144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- sphinx
1414
- terminado
1515
- myst-parser
16-
- nbclassic==0.4.6
16+
- nbclassic>=0.4.7
1717
- pip:
1818
- nbsphinx
1919
- Send2Trash

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'Send2Trash>=1.8.0',
123123
'terminado>=0.8.3',
124124
'prometheus_client',
125-
'nbclassic==0.4.6',
125+
'nbclassic>=0.4.7',
126126
],
127127
extras_require = {
128128
'test': ['pytest', 'coverage', 'requests', 'testpath',

0 commit comments

Comments
 (0)