Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gaudi-openshift group across 1 directory with 6 updates #497

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Updates the requirements on codeflare-sdk, pyodbc, odh-elyra, jupyterlab, jupyterlab-git and aiohttp to permit the latest version.
Updates codeflare-sdk to 0.22.0

Release notes

Sourced from codeflare-sdk's releases.

v0.22.0

What's Changed

New Contributors

Full Changelog: project-codeflare/codeflare-sdk@v0.21.1...v0.22.0

Commits
  • fd3877d fix: publish documentation workflow
  • 51d0b2f Remove image from base-template
  • 2c7bcfa Adjust demo notebooks with new ray image defaults
  • e8432bf Intuit python version for compatible Ray image
  • 9288016 docs: add new documentation and fix existing docs
  • 8786382 ci: add publish documentation workflow update release workflow
  • 5606f84 docs: convert auto-generated documentation to from pydoc to sphinx
  • b7c37af add function for listing lqs by flavors
  • 9116859 update approvers and reviewers
  • 7c04444 Dynamic notebooks sync workflow
  • Additional commits viewable in compare view

Updates pyodbc to 5.2.0

Commits

Updates odh-elyra to 4.2.0

Release notes

Sourced from odh-elyra's releases.

v4.2.0

What's Changed

Other

Full Changelog: opendatahub-io/elyra@v4.1.1...v4.2.0

Commits
  • 288cc95 Merge pull request #82 from paulovmr/RHOAIENG-15020-2-v4.2.x
  • 60c11a1 RHOAIENG-15020: Add a dry mode option to the Release workflow - Without reusa...
  • 25eb1ad [create-pull-request] automated change (#80)
  • 51a2e49 RHOAIENG-15020: Add a dry mode option to the Release workflow (#79)
  • 4a9679c RHOAIENG-545: [Elyra] Selected Runtime Image from Pipeline property field doe...
  • a358d9e Build a notebook-based image with the current Elyra code (#78)
  • aa27131 Standardize file selection on pipeline editor (#76)
  • c2f6923 Merge pull request #75 from paulovmr/RHOAIENG-13688-2-main
  • 269fa69 RHOAIENG-13688: Infinite loading after renaming a new txt file to pipeline ex...
  • 26d66a9 Update the root package.json on the automated script (#71)
  • Additional commits viewable in compare view

Updates jupyterlab to 4.3.0

Release notes

Sourced from jupyterlab's releases.

v4.3.0

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Changelog

Sourced from jupyterlab's changelog.

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Commits
  • 8e67004 [ci skip] Publish 4.3.0
  • 9181514 Remove (beta) from the 4.3 changelog (#16902)
  • 9cc6267 Update to @jupyter/ydoc final (#16898)
  • 090fe73 [ci skip] Publish 4.3.0rc1
  • a036d6b Fix bracket highlighting for Python string literal concatenation (#16866)
  • d6f97bd Fix the handling of the file browser configuration (#16870)
  • 48691c6 Ignore https://code.visualstudio.com in check-links (#16878)
  • 37ddf09 Conditional rendering of 'Add' and 'or' buttons during shortcut editing (#16831)
  • 5da7830 Fix incorrect access to uninitialised serverRequests (#16834)
  • c9b0f6d Standardize the button role and label for single, dismissal buttons in dialog...
  • Additional commits viewable in compare view

Updates jupyterlab-git to 0.50.2

Release notes

Sourced from jupyterlab-git's releases.

v0.50.2

0.50.2

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​github-actions | @​gjmooney | @​jtpio | @​krassowski

Changelog

Sourced from jupyterlab-git's changelog.

0.50.2

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​github-actions | @​gjmooney | @​jtpio | @​krassowski

0.50.1

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits

Updates aiohttp from 3.10.9 to 3.10.10

Release notes

Sourced from aiohttp's releases.

3.10.10

Bug fixes

  • Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9451, #9455.

Features

  • Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich.

    Related issues and pull requests on GitHub: #8455.

Miscellaneous internal changes

  • Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9454.


Changelog

Sourced from aiohttp's changelog.

3.10.10 (2024-10-10)

Bug fixes

  • Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9451, :issue:9455.

Features

  • Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich.

    Related issues and pull requests on GitHub: :issue:8455.

Miscellaneous internal changes

  • Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9454.


Commits
  • 47475c5 Release 3.10.10 (#9462)
  • 8b424c8 [PR #8456/b09d7cc backport][3.10] Add ClientConnectorDNSError for differentia...
  • cdf3dca [PR #9454/b20908e backport][3.10] Simplify DNS throttle implementation (#9457)
  • ee87a04 [PR #9455/dfaafac0 backport][3.10] Fix AsyncResolver query fallback swallowin...
  • ba9b33e [PR #9451/216e082 backport][3.10] Fix AsyncResolver swallowing the error mess...
  • bc9e5d6 [PR #9448/93e87c2e backport][3.10] Improve performance of fetching the conten...
  • 3ea557a Increment version to 3.10.10.dev0
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from sharvil10 as a code owner October 30, 2024 18:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 30, 2024
Copy link

github-actions bot commented Oct 30, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

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

PackageVersionLicenseIssue Type
odh-elyra~> 4.2.0NullUnknown License
jupyterlab~> 4.3.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/aiohttp 3.10.10 🟢 6.5
Details
CheckScoreReason
Code-Review⚠️ 1Found 3/21 approved changesets -- score normalized to 1
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
Security-Policy🟢 10security policy file detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Packaging🟢 10packaging workflow detected
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
pip/codeflare-sdk ~> 0.22.0 UnknownUnknown
pip/jupyterlab ~> 4.3.0 🟢 5.4
Details
CheckScoreReason
Code-Review🟢 8Found 22/27 approved changesets -- score normalized to 8
Maintained🟢 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 2badge detected: InProgress
License🟢 9license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ -1internal error: error during GetBranch(4.2.x): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
SAST🟢 9SAST tool detected but not run on all commits
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 10security policy file detected
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities⚠️ 017 existing vulnerabilities detected
pip/jupyterlab-git ~> 0.50.2 🟢 4.6
Details
CheckScoreReason
Maintained🟢 1011 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 3Found 7/18 approved changesets -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy🟢 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 37 existing vulnerabilities detected
pip/odh-elyra ~> 4.2.0 UnknownUnknown
pip/pyodbc ~> 5.2.0 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 4Found 10/23 approved changesets -- score normalized to 4
Maintained🟢 1013 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Fuzzing🟢 10project is fuzzed
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities🟢 100 existing vulnerabilities detected

Scanned Files

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

@jitendra42
Copy link
Contributor

@dependabot rebase

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) and [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.

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

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/lsp@4.2.5...@jupyterlab/lsp@4.3.0)

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 `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: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gaudi-openshift
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/enterprise/redhat/openshift-ai/gaudi/docker/gaudi-openshift-38a16c3e37 branch from 746d792 to c5c8cda Compare November 1, 2024 15:42
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/enterprise/redhat/openshift-ai/gaudi/docker/gaudi-openshift-38a16c3e37 branch November 11, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant