-
Notifications
You must be signed in to change notification settings - Fork 18
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 5 updates #571
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
requested review from
jitendra42,
sramakintel and
sharvil10
as code owners
December 23, 2024 13:35
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Dec 23, 2024
Dependency ReviewThe following issues were found:
License Issuespytorch/venv-requirements.txt
OpenSSF Scorecard
Scanned Files
|
dependabot
bot
force-pushed
the
dependabot/pip/pytorch/pytorch-9352d07a04
branch
from
January 2, 2025 17:28
8087e77
to
4487cb6
Compare
Bumps the pytorch group with 5 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.2.1` | | [psutil](https://github.com/giampaolo/psutil) | `6.1.0` | `6.1.1` | | [intel-openmp](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html) | `2025.0.2` | `2025.0.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.1` | `4.3.4` | | [notebook](https://github.com/jupyter/notebook) | `7.3.0rc0` | `7.4.0a0` | Updates `numpy` from 2.1.3 to 2.2.1 - [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.3...v2.2.1) Updates `psutil` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-6.1.0...release-6.1.1) Updates `intel-openmp` from 2025.0.2 to 2025.0.4 Updates `jupyterlab` from 4.3.1 to 4.3.4 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) Updates `notebook` from 7.3.0rc0 to 7.4.0a0 - [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/[email protected]...@jupyter-notebook/[email protected]) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: intel-openmp dependency-type: direct:production update-type: version-update:semver-patch 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-minor dependency-group: pytorch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/pytorch/pytorch-9352d07a04
branch
from
January 6, 2025 13:49
4487cb6
to
eba6a99
Compare
Superseded by #594. |
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the pytorch group with 5 updates in the /pytorch directory:
2.1.3
2.2.1
6.1.0
6.1.1
2025.0.2
2025.0.4
4.3.1
4.3.4
7.3.0rc0
7.4.0a0
Updates
numpy
from 2.1.3 to 2.2.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
7469245
Merge pull request #28047 from charris/prepare-2.2.1acb051e
REL: Prepare for the NumPy 2.2.1 release [wheel build]28a091a
Merge pull request #28044 from charris/backport-28039723605b
TST: Add test for allowingNone
in operand sequence passed tonditer
554739e
TYP: allowNone
in operand sequence of nditer31bc4c8
Merge pull request #28021 from charris/backport-2802032f52a3
CI: pin scipy-doctest to 1.5.1 (#28020)6219aeb
Merge pull request #28007 from charris/backport-28005eb7071c
Merge pull request #28006 from charris/backport-280034f82c32
BUG: Cython API was missing NPY_UINTP.Updates
psutil
from 6.1.0 to 6.1.1Changelog
Sourced from psutil's changelog.
Commits
58552f6
Merge branch 'master' of github.com:giampaolo/psutil4ba6ad0
ruff: enable PLR5501 (Useelif
instead ofelse
thenif
, to reduce inden...1a63407
use aset
literal when testing for membership8162905
disable flafy test + pre-release1f3458b
try to fix some flaky tests 2c0e1eb1
try to fix some flaky tests 245934bb
try to fix some flaky tests560c524
chore: bump cibuildwheel to 2.22.0, move to macos-13 (#2479)b5ea67e
fix winmake.py test-parallel13a336b
fix #2418 / Linux: fix race conditionUpdates
intel-openmp
from 2025.0.2 to 2025.0.4Updates
jupyterlab
from 4.3.1 to 4.3.4Release notes
Sourced from jupyterlab's releases.
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
... (truncated)
Commits
ac04260
[ci skip] Publish 4.3.4541b913
Backport PR #17091: Sync Settings Editor with Updated Settings (#17102)baa61e0
Backport PR #17097: Focus terminal after copy and paste operations (#17101)3effdff
Backport PR #17098: Fix background of the popup toolbar (#17099)4952dee
Backport PR #17094: Workaround the Chromium bug withnavigator.language
(#1...6c4b037
Backport PR #17082: Fix continuous inline completion (#17093)ee8a17c
Backport PR #17065: Fix contrast for unselected search matches in Dark High C...ea92c42
[ci skip] Publish 4.3.3613396a
Backport PR #17057: Bumpnanoid
from 3.3.6 to to 3.3.8 (#17061)38d2123
Backport PR #17058: UseAsyncHTTPTransport
overHTTPTransport
forhttpx
...Updates
notebook
from 7.3.0rc0 to 7.4.0a0Release notes
Sourced from notebook's releases.
... (truncated)
Changelog
Sourced from notebook's changelog.
... (truncated)
Commits
9d6f6a2
Publish 7.4.0a012efbe6
Disable cron scheduling for now (#7555)bb8aa0f
Update to JupyterLab v4.4.0a1 (#7554)edfa5e2
Update workflow improvements (#7552)0d49b45
Publish 7.3.27959ba0
Update to JupyterLab v4.3.4 (#7551)8760def
Fix update script (#7550)abd1b8c
Fix workflow to update the JupyterLab version (#7548)f11252b
Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests (#7547)2bfae71
Bump systeminformation from 5.21.8 to 5.23.14 in /ui-tests (#7546)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