mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on JupyterLab to 7e29743
This commit is contained in:
parent
7304b5a67e
commit
8c1ed35fc7
4 changed files with 45 additions and 6 deletions
|
@ -864,10 +864,10 @@ SOFTWARE.
|
|||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/c51f962
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/c51f962/README.md
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/7e29743
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/7e29743/README.md
|
||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-c51f962-blue.svg
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-7e29743-blue.svg
|
||||
[jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,4 +1,43 @@
|
|||
# Changelog since v0.9.0
|
||||
- ⬆️ Bump jupyterlab from 3.4.7 to 3.4.8 in /jupyterlab (#346)
|
||||
|
||||
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.4.7 to 3.4.8.
|
||||
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
|
||||
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/vdom@3.4.8/CHANGELOG.md)
|
||||
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.7...@jupyterlab/vdom@3.4.8)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: jupyterlab
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump nbconvert from 7.0.0 to 7.2.1 in /jupyterlab (#347)
|
||||
|
||||
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.0.0 to 7.2.1.
|
||||
- [Release notes](https://github.com/jupyter/nbconvert/releases)
|
||||
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/jupyter/nbconvert/compare/7.0.0...v7.2.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: nbconvert
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump scrapy from 2.6.2 to 2.6.3 in /jupyterlab (#344)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump psycopg2 from 2.9.3 to 2.9.4 in /jupyterlab (#348)
|
||||
|
||||
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4.
|
||||
|
|
|
@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-c51f962-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/c51f962
|
||||
[release-shield]: https://img.shields.io/badge/version-7e29743-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/7e29743
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -26,4 +26,4 @@ schema:
|
|||
- str
|
||||
slug: jupyterlablite
|
||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||
version: c51f962
|
||||
version: 7e29743
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue