Skip to content

Commit 499740b

Browse files
kevin-bateslresende
authored andcommitted
Bump minimum version of jupyter_core (#5170)
Since there's a 6.0.3 release brewin', I thought we should bump the minimum version of jupyter_core from 4.6.0 to 4.6.1. The latter has an edge case to the slew of secure_write issues that would be very annoying if NB 6.0.3 didn't upgrade to that version. The edge case is to tolerate the owner-execute bit on the connection file, which occurs when RUNTIME_DIR resides on certain filesystem types (e.g., CIFS).
1 parent 33548e1 commit 499740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'pyzmq>=17',
105105
'ipython_genutils',
106106
'traitlets>=4.2.1',
107-
'jupyter_core>=4.6.0',
107+
'jupyter_core>=4.6.1',
108108
'jupyter_client>=5.3.4',
109109
'nbformat',
110110
'nbconvert',

0 commit comments

Comments
 (0)