Skip to content

Commit d84b6e3

Browse files
Bump the gaudi-openshift group across 1 directory with 7 updates
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.1 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.3.1/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.5...@jupyterlab/lsp@4.3.1) 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.11 to 3.11.6 - [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.11...v3.11.6) --- 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-minor dependency-group: gaudi-openshift ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53b3dfd commit d84b6e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ plotly~=5.24.1
99
scikit-learn
1010
scipy~=1.14.1
1111
skl2onnx~=1.17.0
12-
codeflare-sdk~=0.21.1
12+
codeflare-sdk~=0.23.1
1313

1414
# DB connectors
1515
pymongo~=4.10.1
1616
psycopg~=3.2.3
17-
pyodbc~=5.1.0
17+
pyodbc~=5.2.0
1818
mysql-connector-python~=9.1.0
1919

2020
# JupyterLab packages
21-
odh-elyra~=4.0.3
22-
jupyterlab~=4.2.5 # Wait on upgrade till plugins are ready
21+
odh-elyra~=4.2.0
22+
jupyterlab~=4.3.1 # Wait on upgrade till plugins are ready
2323
jupyter-bokeh~=4.0.5 # Upgrade would bring in jupyterlab 4
2424
jupyter-server~=2.14.2
2525
jupyter-server-proxy~=4.4.0 # Upgrade would bring in jupyterlab 4
2626
jupyter-server-terminals~=0.5.3
27-
jupyterlab-git~=0.50.1
27+
jupyterlab-git~=0.50.2
2828
jupyterlab-lsp~=5.1.0
2929
jupyterlab-widgets~=3.0.13
3030
jupyter-resource-usage~=1.1.0
@@ -38,7 +38,7 @@ notebook~=7.2.2
3838
autopep8>=1.5.0
3939
flake8~=7.1.1
4040
# Base packages
41-
wheel~=0.44.0
41+
wheel~=0.45.0
4242
setuptools>=70.0.0
4343
pip>=23.3
44-
aiohttp==3.10.11
44+
aiohttp==3.11.6

0 commit comments

Comments
 (0)