Skip to content

chore(deps): update dependency notebook to v6.4.1 #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dev-mend-for-github.lhy31512.workers.dev[bot]

This PR contains the following updates:

Package Update Change
notebook minor ==6.0.3 -> ==6.4.1

By merging this PR, the issue #39 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Critical Critical 10.0 CVE-2021-32798
Medium Medium 4.4 CVE-2020-26215

Release Notes

jupyter/notebook (notebook)

v6.4.1

Compare Source

v6.4.0

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​befeleme | @​blink1073 | @​faucct | @​frenzymadness | @​gamestrRUS | @​jtpio | @​kevin-bates | @​minrk | @​misterhay | @​stef4k | @​wggillen

v6.3.0

Compare Source

Merged PRs
Contributors to this release

(GitHub contributors page for this release)

@​abielhammonds | @​afshin | @​ajharry | @​Alokrar | @​befeleme | @​blairdrummond | @​blink1073 | @​bollwyvl | @​Carreau | @​ChenChenDS | @​cosmoscalibur | @​dlrice | @​dwanneruchi | @​ElisonSherton | @​FazeelUsmani | @​frenzymadness | @​goerz | @​insolor | @​jasongrout | @​JianghuiDu | @​JuzerShakir | @​kevin-bates | @​Khalilsqu | @​meeseeksdev | @​mgeier | @​michaelpedota | @​mjbright | @​MSeal | @​ncoughlin | @​NTimmons | @​ProsperousHeart | @​rjn01 | @​slw07g | @​stenivan | @​takluyver | @​thomasrockhu | @​wgilpin | @​wxtt522 | @​yuvipanda | @​Zsailer

v6.2.0

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

6.1.5 is a security release, fixing one vulnerability:

v6.1.4

Compare Source

  • Fix broken links to jupyter documentation (5686)
  • Add additional entries to troubleshooting section (5695)
  • Revert change in page alignment (5703)
  • Bug fix: remove double encoding in download files (5720)
  • Fix typo for Check in zh_CN (5730)
  • Require a file name in the "Save As" dialog (5733)

Thank you to all the contributors:

  • bdbai
  • Jaipreet Singh
  • Kevin Bates
  • Pavel Panchekha
  • Zach Sailer

v6.1.3

Compare Source

  • Title new buttons with label if action undefined (5676)

Thank you to all the contributors:

  • Kyle Kelley

v6.1.2

Compare Source

  • Fix russian message format for delete/duplicate actions (5662)
  • Remove unnecessary import of bind_unix_socket (5666)
  • Tooltip style scope fix (5672)

Thank you to all the contributors:

  • Dmitry Akatov
  • Kevin Bates
  • Magda Stenius

v6.1.1

Compare Source

  • Prevent inclusion of requests_unixsocket on Windows (5650)

Thank you to all the contributors:

  • Kevin Bates

v6.1.0

Compare Source

Please note that this repository is currently maintained by a skeleton
crew of maintainers from the Jupyter community. For our approach moving
forward, please see this
notice from the README.
Thank you.

Here is an enumeration of changes made since the last release and
included in 6.1.0.

  • Remove deprecated encoding parameter for Python 3.9 compatibility. (5174)
  • Add support for async kernel management (4479)
  • Fix typo in password_required help message (5320)
  • Gateway only: Ensure launch and request timeouts are in sync (5317)
  • Update Markdown Cells example to HTML5 video tag (5411)
  • Integrated LoginWidget into edit to enable users to logout from the t... (5406)
  • Update message about minimum Tornado version (5222)
  • Logged notebook type (5425)
  • Added nl language (5354)
  • Add UNIX socket support to notebook server. (4835)
  • Update CodeMirror dependency (5198)
  • Tree added download multiple files (5351)
  • Toolbar buttons tooltip: show help instead of label (5107)
  • Remove unnecessary import of requests_unixsocket (5451)
  • Add ability to cull terminals and track last activity (5372)
  • Code refactoring notebook.js (5352)
  • Install terminado for docs build (5462)
  • Convert notifications JS test to selenium (5455)
  • Add cell attachments to markdown example (5412)
  • Add Japanese document (5231)
  • Migrate Move multiselection test to selenium (5158)
  • Use cmdtrl-enter to run a cell (5120)
  • Fix broken "Raw cell MIME type" dialog (5385)
  • Make a notebook writable after successful save-as (5296)
  • Add actual watch script (4738)
  • Added --autoreload flag to NotebookApp (4795)
  • Enable check_origin on gateway websocket communication (5471)
  • Restore detection of missing terminado package (5465)
  • Culling: ensure last_activity attr exists before use (5355)
  • Added functionality to allow filter kernels by Jupyter Enterprise Gat... (5484)
  • 'Play' icon for run-cell toolbar button (2922)
  • Bump minimum version of jQuery to 3.5.0 (5491)
  • Remove old JS markdown tests, add a new one in selenium (5497)
  • Add support for more RTL languages (5036)
  • Make markdown cells stay RTL in edit mode (5037)
  • Unforce RTL output display (5039)
  • Fixed multicursor backspacing (4880)
  • Implemented Split Cell for multicursor (4824)
  • Alignment issue [FIXED] (3173)
  • MathJax: Support for \gdef (4407)
  • Another (Minor) Duplicate Code Reduction (5316)
  • Update readme regarding maintenance (5500)
  • Document contents chunks (5508)
  • Backspace deletes empty line (5516)
  • The dropdown submenu at notebook page is not keyboard accessible (4732)
  • Tooltips visible through keyboard navigation for specified buttons (4729)
  • Fix for recursive symlink (4670)
  • Fix for the terminal shutdown issue (4180)
  • Add japanese translation files (4490)
  • Workaround for socket permission errors on Cygwin (4584)
  • Implement optional markdown header and footer files (4043)
  • Remove double link when using custom_display_url (5544)
  • Respect cell.is_editable during find-and-replace (5545)
  • Fix exception causes all over the codebase (5556
  • Improve login shell heuristics (5588)
  • Added support for JUPYTER_TOKEN_FILE (5587)
  • Kill notebook itself when server cull idle kernel (5593)
  • Implement password hashing with bcrypt (3793)
  • Fix broken links (5600)
  • Russian internationalization support (5571)
  • Add a metadata tag to override notebook direction (ltr/rtl) (5052)
  • Paste two images from clipboard in markdown cell (5598)
  • Add keyboard shortcuts to menu dropdowns (5525)
  • Update codemirror to 5.56.0+components1 (5637)

Thank you to all the contributors:

  • Aaron Myatt
  • Adam Blake
  • Afshin Taylor Darian
  • Aman Bansal
  • Ben Thayer
  • berendjan
  • Bruno P. Kinoshita
  • bzinberg
  • Christophe Cadilhac
  • Daiki Katsuragawa
  • David Lukes
  • Dmitriy Q
  • dmpe
  • dylanzjy
  • dSchurch
  • E. M. Bray
  • ErwinRussel
  • Felix Mönckemeyer
  • Grant Nestor
  • Jarrad Whitaker
  • Jesus Panales Castillo
  • Joshua Zeltser
  • Karthikeyan Singaravelan
  • Kenichi Ito
  • Kevin Bates
  • Koki Nishihara
  • Kris Wilson
  • Kyle Kelley
  • Laura Merlo
  • levinxo
  • Luciano Resende
  • Luis Cabezon Manchado
  • Madhusudhan Srinivasa
  • Matthias Geier
  • mattn
  • Max Klein
  • Min RK
  • Mingxuan Lin
  • Mohammad Mostafa Farzan
  • Niko Felger
  • Norah Abanumay
  • Onno Broekmans
  • PierreMB
  • pinarkavak
  • Ram Rachum
  • Reece Hart
  • Remi Rampin
  • Rohit Sanjay
  • Shane Canon
  • Simon Li
  • Steinar Sturlaugsson
  • Steven Silvester
  • taohan16
  • Thew Dhanat
  • Thomas Kluyver
  • Toon Baeyens
  • Vidar Tonaas Fauske
  • Zachary Sailer

  • If you want to rebase/retry this PR, check this box

@dev-mend-for-github.lhy31512.workers.dev dev-mend-for-github.lhy31512.workers.dev bot added the security fix Security fix generated by Mend label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants