Skip to content

Commit 98977f6

Browse files
build(deps): bump the pip-minor-patch-updates group across 2 directories with 4 updates (#67)
Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Bumps the pip-minor-patch-updates group with 2 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: [mlflow](https://github.com/mlflow/mlflow) and [azureml-mlflow](https://github.com/Azure/MachineLearningNotebooks). Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `ruff` from 0.8.1 to 0.8.4 - [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.8.1...0.8.4) Updates `mlflow` from 2.15.1 to 2.19.0 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.15.1...v2.19.0) Updates `azureml-mlflow` from 1.58.0.post3 to 1.59.0.post1 - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: azureml-mlflow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40fe41d commit 98977f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mypy==1.13.0
1+
mypy==1.14.1
22
pytest==8.3.4
33
pre-commit==4.0.1
44
pytest-cov==6.0.0
5-
ruff==0.8.1
5+
ruff==0.8.4
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch==2.5.1
22
torchvision==0.20.1
33
# the below are used by AML, can be deleted if not using AML
4-
mlflow==2.15.1
5-
azureml-mlflow==1.58.0.post3
4+
mlflow==2.19.0
5+
azureml-mlflow==1.59.0.post1

0 commit comments

Comments
 (0)