mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on JupyterLab to cd65194
This commit is contained in:
parent
9435df7412
commit
b20bd28278
4 changed files with 59 additions and 6 deletions
|
@ -864,10 +864,10 @@ SOFTWARE.
|
||||||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[influxdb-i386-shield]: https://img.shields.io/badge/i386-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/39f3bae
|
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/cd65194
|
||||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/39f3bae/README.md
|
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/cd65194/README.md
|
||||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-39f3bae-blue.svg
|
[jupyterlab-version-shield]: https://img.shields.io/badge/version-cd65194-blue.svg
|
||||||
[jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,57 @@
|
||||||
# Changelog since v0.9.2
|
# Changelog since v0.9.2
|
||||||
|
- ⬆️ Bump jupyterlab-widgets from 3.0.3 to 3.0.4 in /jupyterlab (#382)
|
||||||
|
|
||||||
|
Bumps [jupyterlab-widgets](https://github.com/jupyter-widgets/ipywidgets) from 3.0.3 to 3.0.4.
|
||||||
|
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
|
||||||
|
- [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/@jupyter-widgets/notebook-manager@3.0.3...@jupyter-widgets/notebook-manager@3.0.4)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: jupyterlab-widgets
|
||||||
|
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 bokeh from 3.0.2 to 3.0.3 in /jupyterlab (#381)
|
||||||
|
|
||||||
|
Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.0.2 to 3.0.3.
|
||||||
|
- [Release notes](https://github.com/bokeh/bokeh/releases)
|
||||||
|
- [Changelog](https://github.com/bokeh/bokeh/blob/3.0.3/docs/CHANGELOG)
|
||||||
|
- [Commits](https://github.com/bokeh/bokeh/compare/3.0.2...3.0.3)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: bokeh
|
||||||
|
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 sqlalchemy from 1.4.44 to 1.4.45 in /jupyterlab (#383)
|
||||||
|
|
||||||
|
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.44 to 1.4.45.
|
||||||
|
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
|
||||||
|
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
|
||||||
|
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: sqlalchemy
|
||||||
|
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 pandas from 1.5.1 to 1.5.2 in /jupyterlab (#376)
|
- ⬆️ Bump pandas from 1.5.1 to 1.5.2 in /jupyterlab (#376)
|
||||||
|
|
||||||
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.1 to 1.5.2.
|
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.1 to 1.5.2.
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-39f3bae-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-cd65194-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/39f3bae
|
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/cd65194
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -26,4 +26,4 @@ schema:
|
||||||
- str
|
- str
|
||||||
slug: jupyterlablite
|
slug: jupyterlablite
|
||||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||||
version: 39f3bae
|
version: cd65194
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue