mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on JupyterLab to 39f3bae
This commit is contained in:
parent
0a79e580ce
commit
7935618fae
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-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/688420e
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/688420e/README.md
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/39f3bae
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/39f3bae/README.md
|
||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-688420e-blue.svg
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-39f3bae-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,22 @@
|
|||
# Changelog since v0.9.2
|
||||
- ⬆️ 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.
|
||||
- [Release notes](https://github.com/pandas-dev/pandas/releases)
|
||||
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
|
||||
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.1...v1.5.2)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: pandas
|
||||
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 numpy from 1.23.4 to 1.23.5 in /jupyterlab (#375)
|
||||
|
||||
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.23.5.
|
||||
|
|
|
@ -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-688420e-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/688420e
|
||||
[release-shield]: https://img.shields.io/badge/version-39f3bae-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/39f3bae
|
||||
[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: 688420e
|
||||
version: 39f3bae
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue