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 pytorch group across 1 directory with 6 updates #499

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the pytorch group with 6 updates in the /pytorch directory:

Package From To
numpy 2.1.2 2.1.3
mkl 2024.2.2 2025.0.0
mkl-include 2024.2.2 2025.0.0
intel-openmp 2024.2.1 2025.0.0
jupyterlab 4.3.0rc0 4.3.0
notebook 7.3.0b0 7.3.0b1

Updates numpy from 2.1.2 to 2.1.3

Release notes

Sourced from numpy's releases.

2.1.3 (Nov 2, 2024)

NumPy 2.1.3 Release Notes

NumPy 2.1.3 is a maintenance release that fixes bugs and regressions discovered after the 2.1.2 release. This release also adds support for free threaded Python 3.13 on Windows.

The Python versions supported by this release are 3.10-3.13.

Improvements

  • Fixed a number of issues around promotion for string ufuncs with StringDType arguments. Mixing StringDType and the fixed-width DTypes using the string ufuncs should now generate much more uniform results.

    (gh-27636)

Changes

  • numpy.fix now won't perform casting to a floating data-type for integer and boolean data-type input arrays.

    (gh-26766)

Contributors

A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Abhishek Kumar +
  • Austin +
  • Benjamin A. Beasley +
  • Charles Harris
  • Christian Lorentzen
  • Marcel Telka +
  • Matti Picus
  • Michael Davidsaver +
  • Nathan Goldbaum
  • Peter Hawkins
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg
  • dependabot[bot]
  • kp2pml30 +

Pull requests merged

A total of 21 pull requests were merged for this release.

... (truncated)

Commits
  • 98464cc Merge pull request #27690 from charris/prepare-2.1.3
  • cbda85b REL: Prepare for the NumPy 2.1.3 release [wheel build]
  • daa8699 Merge pull request #27672 from charris/backport-27666
  • 614ca19 Merge pull request #27673 from charris/backport-27636
  • e6b02d7 DOC: add release note
  • 54fd729 BUG: substantially simplify and fix issue with justification promoter
  • a90fe7c BUG: fix more issues with string ufunc promotion
  • a121864 BUG: fixes for StringDType/unicode promoters
  • f055fb9 BUG: Fix a reference count leak in npy_find_descr_for_scalar.
  • 5895c02 Merge pull request #27669 from charris/backport-27663
  • Additional commits viewable in compare view

Updates mkl from 2024.2.2 to 2025.0.0

Commits

Updates mkl-include from 2024.2.2 to 2025.0.0

Updates intel-openmp from 2024.2.1 to 2025.0.0

Updates jupyterlab from 4.3.0rc0 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 notebook from 7.3.0b0 to 7.3.0b1

Release notes

Sourced from notebook's releases.

v7.3.0b1

7.3.0b1

(Full Changelog)

Enhancements made

  • Add a setting to enable the notebook to take up the full width #7487 (@​jtpio)
  • Add the file filter button to the file browser toolbar #7479 (@​jtpio)

Bugs fixed

  • Move handling of the file browser settings to a separate plugin, enable file browser single click navigation #7481 (@​jtpio)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​jtpio

Changelog

Sourced from notebook's changelog.

7.3.0b1

(Full Changelog)

Enhancements made

  • Add a setting to enable the notebook to take up the full width #7487 (@​jtpio)
  • Add the file filter button to the file browser toolbar #7479 (@​jtpio)

Bugs fixed

  • Move handling of the file browser settings to a separate plugin, enable file browser single click navigation #7481 (@​jtpio)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​jtpio

Commits
  • d78c4e7 Publish 7.3.0b1
  • f614f7c Move handling of the file browser settings to a separate plugin, enable file ...
  • 2a8e579 Add user facing changelog for 7.3.0 (#7494)
  • dd6db47 Update to JupyterLab 4.3.0rc1 (#7497)
  • 390c452 Add a setting to enable the notebook to take up the full width (#7487)
  • 676a0fe Add the file filter button to the file browser toolbar (#7479)
  • 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

Bumps the pytorch group with 6 updates in the /pytorch directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.1.3` |
| [mkl](https://github.com/oneapi-src/oneMKL) | `2024.2.2` | `2025.0.0` |
| [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2024.2.2` | `2025.0.0` |
| [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html) | `2024.2.1` | `2025.0.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.0rc0` | `4.3.0` |
| [notebook](https://github.com/jupyter/notebook) | `7.3.0b0` | `7.3.0b1` |



Updates `numpy` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.1.3)

Updates `mkl` from 2024.2.2 to 2025.0.0
- [Release notes](https://github.com/oneapi-src/oneMKL/releases)
- [Commits](https://github.com/oneapi-src/oneMKL/commits)

Updates `mkl-include` from 2024.2.2 to 2025.0.0

Updates `intel-openmp` from 2024.2.1 to 2025.0.0

Updates `jupyterlab` from 4.3.0rc0 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.3.0-rc.0...@jupyterlab/lsp@4.3.0)

Updates `notebook` from 7.3.0b0 to 7.3.0b1
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.0-beta.0...@jupyter-notebook/tree@7.3.0-beta.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pytorch
- dependency-name: mkl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pytorch
- dependency-name: mkl-include
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pytorch
- dependency-name: intel-openmp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pytorch
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pytorch
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pytorch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Copy link

github-actions bot commented Nov 4, 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
  • ⚠️ 4 package(s) with unknown licenses.
See the Details below.

License Issues

pytorch/venv-requirements.txt

PackageVersionLicenseIssue Type
intel-openmp2025.0.0NullUnknown License
mkl-include2025.0.0NullUnknown License
mkl2025.0.0NullUnknown License

pytorch/jupyter-requirements.txt

PackageVersionLicenseIssue Type
jupyterlab4.3.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
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/notebook 7.3.0b1 🟢 4.3
Details
CheckScoreReason
Code-Review🟢 3Found 11/30 approved changesets -- score normalized to 3
Maintained🟢 1014 commit(s) and 12 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⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ -1internal error: error during GetBranch(7.2.x): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
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⚠️ 025 existing vulnerabilities detected
pip/numpy 2.1.3 🟢 7.9
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
CI-Tests🟢 1017 out of 17 merged PRs checked by a CI test -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 94 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing🟢 10project is fuzzed
License🟢 9license file detected
Maintained🟢 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
SAST🟢 9SAST tool detected but not run on all commits
Security-Policy🟢 9security policy file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
pip/intel-openmp 2025.0.0 UnknownUnknown
pip/mkl 2025.0.0 UnknownUnknown
pip/mkl-include 2025.0.0 UnknownUnknown

Scanned Files

  • pytorch/jupyter-requirements.txt
  • pytorch/serving/torchserve-xpu-requirements.txt
  • pytorch/venv-requirements.txt

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

github-actions bot commented Nov 4, 2024

Integration Test Results

Groups Tested: pytorch/serving, pytorch/tests

Results
Test-Group Test Status
pytorch/serving ipex-serving-cpu-model-archive PASS
pytorch/serving ipex-serving-cpu-workflow-archive PASS
pytorch/serving ipex-serving-cpu-rest-workflow PASS
pytorch/serving ipex-serving-cpu-rest-inference PASS
pytorch/serving ipex-serving-cpu-grpc-inference PASS
pytorch/serving ipex-serving-xpu-model-archive PASS
pytorch/serving ipex-serving-xpu-rest-inference PASS
pytorch/tests import-ipex-cpu-idp PASS
pytorch/tests import-ipex-cpu-pip PASS
pytorch/tests import-ipex-xpu-idp PASS
pytorch/tests import-ipex-xpu-pip PASS
pytorch/tests import-cpu-jupyter-idp PASS
pytorch/tests import-cpu-jupyter-pip PASS
pytorch/tests import-xpu-jupyter-idp PASS
pytorch/tests import-xpu-jupyter-pip PASS
pytorch/tests ipex-cpu-idp PASS
pytorch/tests ipex-cpu-pip PASS
pytorch/tests ipex-xpu-idp PASS
pytorch/tests ipex-xpu-pip PASS
pytorch/tests ipex-xpu-jupyter-idp PASS
pytorch/tests ipex-xpu-jupyter-pip PASS

Overall Result: PASS ✅

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

Superseded by #511.

@dependabot dependabot bot closed this Nov 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/pytorch/pytorch-160b54eae9 branch November 7, 2024 19:43
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.

0 participants