build(deps): bump the pip-minor-patch-updates group across 2 directories with 7 updates#105
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
…ies with 7 updates Bumps the pip-minor-patch-updates group with 3 updates in the / directory: [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit) 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 `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `pre-commit` from 4.3.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.0) Updates `ruff` from 0.14.3 to 0.14.7 - [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.14.3...0.14.7) Updates `torch` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.9.0...v2.9.1) Updates `torchvision` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.24.0...v0.24.1) Updates `mlflow` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v3.5.1...v3.6.0) Updates `azureml-mlflow` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: torchvision dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: azureml-mlflow dependency-version: 1.61.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>
ef968cc to
adb2d0a
Compare
Member
|
@dependabot recreate |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 3 updates in the / directory: mypy, pre-commit 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
mypyfrom 1.18.2 to 1.19.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0f068c9Remove +dev6d5cf52Various updates to 1.19 changelog (#20304)3c81308Add draft version of 1.19 release notes (#20296)1999a20[mypyc] librt base64: use existing SIMD CPU dispatch by customizing build fla...1b94fbb[mypyc] Fix vtable pointer with inherited dunder new (#20302)13369cb[mypyc] Fix crash on super in generator (#20291)a087a58Update import map when new modules added (#20271)35e843c[mypyc] Add efficient librt.base64.b64decode (#20263)094f66d[mypyc] Add repr to AssignmentTarget subclasses (#20258)0738db3Do not push partial types to the binder (#20202)Updates
pre-commitfrom 4.3.0 to 4.5.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
1af6c8fv4.5.03358a3bMerge pull request #3585 from pre-commit/hazmatbdf6879add pre-commit hazmate436690Merge pull request #3584 from pre-commit/exitstack8d34f95use ExitStack instead of start + stop9c7ea88Merge pull request #3583 from pre-commit/forward-compat-map-manifest844daccadd forward-compat error message6a1d543Merge pull request #3582 from pre-commit/move-gc-back66278a9move logic for gc back to commands.gc1b32c50Merge pull request #3579 from pre-commit/pre-commit-ci-update-configUpdates
rufffrom 0.14.3 to 0.14.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
ecab623Bump 0.14.7 (#21684)42f1521[ty] Generic types aliases (implicit and PEP 613) (#21553)594b7b0[ty] Preserve quoting style when autofixingTypedDictkeys (#21682)b5b4917[ty] Fix override of final method summary (#21681)0084e94[ty] Fix subtyping oftype[Any]/type[T]and protocols (#21678)566c959[ty] RenameReferenceRequestHandlerfile (#21680)8bcfc19[ty] Implementtyping.finalfor methods (#21646)c534bfa[ty] Implement patterns and typevars in the LSP (#21671)5e1b2ee[ty] implement rendering of.. code:: langin docstrings (#21665)98681b9[ty] Adddbparameter toParameters::newmethod (#21674)Updates
torchfrom 2.9.0 to 2.9.1Release notes
Sourced from torch's releases.
Commits
d38164aEnable Doc builds for: Minor Releases RCs. Minor and Patch Releases final RC ...b002562Add doc for Symmetric Memory (#167477)5811a8d[cuDNN][SDPA][Convolution] Expose cuDNN runtime version in CUDA hooks (#167327)f36c764[dynamo][ez] Initialize tracer_output to None by default. (#167366)6877288Change forkserver test to only run below 3.13.8 (#167361)9976b77Cherry-pick LibTorch Stable ABI documentation (#167112 #166661 #163899) (#167...e6bcbbe[Inductor] No longer throw error in bmm out_dtype lowering due to tem… (#166922)8f658d7don't produce invalid grid configs (#166973) (#167158)3d27d95[GraphPartition] cache get_free_symbol_uses (#166338) (#166994)a06141fDelete deprecated fp32 precision warnings (#166956) (#166998)Updates
torchvisionfrom 0.24.0 to 0.24.1Release notes
Sourced from torchvision's releases.
Commits
d801a34[release-only] bump version to 0.24.1Updates
mlflowfrom 3.5.1 to 3.6.0Release notes
Sourced from mlflow's releases.
... (truncated)
Changelog
Sourced from mlflow's changelog.
... (truncated)
Commits
d7e0aa6Runpython3 dev/update_mlflow_versions.py pre-release ...(#18738)def0e3crevert conflict overridefe6a898Add telemetry tracking for AI command usage (#18595)286d06dRefactor Judge utils (#18622)cc27fe7Don't require structured outputs for make_judge (#18643)8b900faSupport structured outputs in make_judge (#18529)4640b2eAdd chat conversion for Otel GenAI Semconv (#18731)1fe2182Fix eval result button link (#18667)cc87812Add FireworksAI to Model Providers Tracing Integrations (#18678)547de48Search traces docs update (#18687)Updates
azureml-mlflowfrom 1.60.0 to 1.61.0Commits
Most Recent Ignore Conditions Applied to This Pull Request
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