Skip to content

Commit

Permalink
Bump the gaudi-openshift group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [codeflare-sdk](https://github.com/project-codeflare/codeflare-sdk), [pyodbc](https://github.com/mkleehammer/pyodbc), [odh-elyra](https://github.com/opendatahub-io/elyra), [jupyterlab](https://github.com/jupyterlab/jupyterlab), [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git), [wheel](https://github.com/pypa/wheel) and [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.

Updates `codeflare-sdk` to 0.23.1
- [Release notes](https://github.com/project-codeflare/codeflare-sdk/releases)
- [Commits](project-codeflare/codeflare-sdk@v0.21.1...v0.23.1)

Updates `pyodbc` to 5.2.0
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@5.1.0...5.2.0)

Updates `odh-elyra` to 4.2.0
- [Release notes](https://github.com/opendatahub-io/elyra/releases)
- [Changelog](https://github.com/opendatahub-io/elyra/blob/main/CHANGELOG.md)
- [Commits](opendatahub-io/elyra@v4.0.3...v4.2.0)

Updates `jupyterlab` to 4.3.0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `jupyterlab-git` to 0.50.2
- [Release notes](https://github.com/jupyterlab/jupyterlab-git/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab-git/blob/main/CHANGELOG.md)
- [Commits](jupyterlab/jupyterlab-git@v0.50.1...v0.50.2)

Updates `wheel` to 0.45.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.0)

Updates `aiohttp` from 3.10.9 to 3.10.10
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.9...v3.10.10)

---
updated-dependencies:
- dependency-name: codeflare-sdk
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: pyodbc
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: odh-elyra
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: jupyterlab
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: jupyterlab-git
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: gaudi-openshift
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gaudi-openshift
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 20a5b28 commit cc0722c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ plotly~=5.24.1
scikit-learn
scipy~=1.14.1
skl2onnx~=1.17.0
codeflare-sdk~=0.21.1
codeflare-sdk~=0.23.1

# DB connectors
pymongo~=4.10.1
psycopg~=3.2.3
pyodbc~=5.1.0
pyodbc~=5.2.0
mysql-connector-python~=9.1.0

# JupyterLab packages
odh-elyra~=4.0.3
jupyterlab~=4.2.5 # Wait on upgrade till plugins are ready
odh-elyra~=4.2.0
jupyterlab~=4.3.0 # Wait on upgrade till plugins are ready
jupyter-bokeh~=4.0.5 # Upgrade would bring in jupyterlab 4
jupyter-server~=2.14.2
jupyter-server-proxy~=4.4.0 # Upgrade would bring in jupyterlab 4
jupyter-server-terminals~=0.5.3
jupyterlab-git~=0.50.1
jupyterlab-git~=0.50.2
jupyterlab-lsp~=5.1.0
jupyterlab-widgets~=3.0.13
jupyter-resource-usage~=1.1.0
Expand All @@ -38,7 +38,7 @@ notebook~=7.2.2
autopep8>=1.5.0
flake8~=7.1.1
# Base packages
wheel~=0.44.0
wheel~=0.45.0
setuptools>=70.0.0
pip>=23.3
aiohttp==3.10.9
aiohttp==3.10.10

0 comments on commit cc0722c

Please sign in to comment.