mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on JupyterLab to 65b6cf2
This commit is contained in:
parent
f387da5780
commit
a1ed52bc18
4 changed files with 24 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/4d99f50
|
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/65b6cf2
|
||||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/4d99f50/README.md
|
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/65b6cf2/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-4d99f50-blue.svg
|
[jupyterlab-version-shield]: https://img.shields.io/badge/version-65b6cf2-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,22 @@
|
||||||
# Changelog since v0.9.3
|
# Changelog since v0.9.3
|
||||||
|
- ⬆️ Bump numpy from 1.24.0 to 1.24.1 in /jupyterlab (#392)
|
||||||
|
|
||||||
|
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.0 to 1.24.1.
|
||||||
|
- [Release notes](https://github.com/numpy/numpy/releases)
|
||||||
|
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
|
||||||
|
- [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v1.24.1)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: numpy
|
||||||
|
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 matplotlib from 3.6.2 to 3.6.3 in /jupyterlab (#396)
|
- ⬆️ Bump matplotlib from 3.6.2 to 3.6.3 in /jupyterlab (#396)
|
||||||
|
|
||||||
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
|
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
|
||||||
|
|
|
@ -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-4d99f50-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-65b6cf2-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/4d99f50
|
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/65b6cf2
|
||||||
[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: 4d99f50
|
version: 65b6cf2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue