Conversation
…ies with 6 updates Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff). Bumps the pip-minor-patch-updates group with 4 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [mlflow](https://github.com/mlflow/mlflow) and [azureml-mlflow](https://github.com/Azure/MachineLearningNotebooks). Updates `pytest-cov` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.0...v6.1.1) Updates `ruff` from 0.11.2 to 0.11.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.2...0.11.8) Updates `torch` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.6.0...v2.7.0) Updates `torchvision` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.21.0...v0.22.0) Updates `mlflow` from 2.21.2 to 2.21.3 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.21.2...v2.21.3) Updates `azureml-mlflow` from 1.59.0.post1 to 1.60.0 - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: torchvision dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: azureml-mlflow dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
fujikosu
approved these changes
May 3, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pip-minor-patch-updates group with 2 updates in the / directory: pytest-cov and ruff.
Bumps the pip-minor-patch-updates group with 4 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: torch, torchvision, mlflow and azureml-mlflow.
Updates
pytest-covfrom 6.1.0 to 6.1.1Changelog
Sourced from pytest-cov's changelog.
Commits
9463242Bump version: 6.1.0 → 6.1.17f2781bUpdate changelog.a59548fAllow the context plugin to check if the controller is running or not. Fixes ...Updates
rufffrom 0.11.2 to 0.11.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
75effb8Bump 0.11.8 (#17766)3353d07[flake8-use-pathlib] FixPTH104false positive whenrenameis passed a f...41f3f21Improve messages outputted by py-fuzzer (#17764)76ec64d[red-knot] Allow subclasses of Any to be assignable to Callable types (#17717)b7e69ec[red-knot] Increase durability of read-onlyFilefields (#17757)9c57862[red-knot] Cache source type during semanic index building (#17756)67ef370[flake8-use-pathlib] FixPTH116false positive whenstatis passed a fi...e17e1e8Sync vendored typeshed stubs (#17753)03d8679[red-knot] PreliminaryNamedTuplesupport (#17738)d33a503[red-knot] Add tests for classes that have incompatible__new__and `__init...Updates
torchfrom 2.6.0 to 2.7.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
1341794Gracefully handle optree less than minimum version, part 2 (#151323)0739127Gracefully handle optree less than minimum version (#150977)0c236f3Update triton wheel build, setuptools pin (#150953)c7ff78dFix inplacing with multiple, fused uses (#150892)894909aRevert "[CUDA] Only use vec128 if CUDA version is newer than 12.8" (#150855)ef2b139[Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name (#150820)3f236f1[CUDA] Only use vec128 if CUDA version is newer than 12.8 (#150818)35f1e76Reland of "[ROCm] change preferred blas lib defaults (#150249)"" (#150707)a6321d6Revert "Dont exclude constant_pad_nd in prologue fusion" (#150699)1cc51c6[CUDA][avgpool2d] Fix backward launch bounds again forsm100,sm120(#150...Updates
torchvisionfrom 0.21.0 to 0.22.0Release notes
Sourced from torchvision's releases.
Commits
9eb57cd[Cherry-pick for 0.22] Put back docs of decode_png (#9016)2ddb698[Cherry-pick for 0.22 release] Remove stanford cars download instructions (#9...fb8cdf80.22 Cherry-picks continued (#9004)d434a1eRevert rotated bboxes (#9000)b1e9dfc0.22 Cherry-picks (#8983)8dcfb1c[Release only] Use Release 2.7 instead of main for CI jobs (#8969)697340a[release-only] Update version.txt for version .22 (#8968)124dfa4Remove quiet option from pre_build_script. Install libjpeg-turbo and ffmpeg i...dcd1e42FixRandomResizedCropscale&ratioargument. (#8944)05decc3feats: add loader in classification task datasets. (#8939)Updates
mlflowfrom 2.21.2 to 2.21.3Release notes
Sourced from mlflow's releases.
Changelog
Sourced from mlflow's changelog.
Commits
0a541f7Runpython3 dev/update_mlflow_versions.py pre-release ...(#15205)ce7c1c5Fix spark ML save model error in Databricks shared or serverless cluster (#15...6c8b26bAdd document page for DSPy optimizer tracking (#15143)ccc40caRename models/recources to prevent import errors (#15184)5281449Add 'return_type' argument to mlflow.search_traces() API (#15085)5ec71edRefactor_wrap_chat_agent_predictto be generalizable (#15118)a4410bcFix for tuple return type of dspy.Evaluate (#15157)10f57f8Rename field to results (#15137)6c3143bFix Spark model logging / loading in Databricks shared cluster and serverless...fb77131RemoveExperimentalin Gateway docs (#15172)Updates
azureml-mlflowfrom 1.59.0.post1 to 1.60.0Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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