Conversation
…ies with 4 updates 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 1 update in the /notebooks/.devcontainer directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 1 update in the /src directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 1 update in the /src/common directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 1 update in the /src/sample_pytorch_gpu_project/.devcontainer directory: [mlflow](https://github.com/mlflow/mlflow). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `ruff` from 0.12.1 to 0.12.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.12.1...0.12.7) Updates `ipykernel` from 6.29.5 to 6.30.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.29.5...v6.30.0) Updates `ipykernel` from 6.29.5 to 6.30.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.29.5...v6.30.0) Updates `ipykernel` from 6.29.5 to 6.30.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.29.5...v6.30.0) Updates `mlflow` from 3.1.1 to 3.1.4 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v3.1.1...v3.1.4) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
fujikosu
approved these changes
Aug 9, 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: mypy and ruff.
Bumps the pip-minor-patch-updates group with 1 update in the /notebooks/.devcontainer directory: ipykernel.
Bumps the pip-minor-patch-updates group with 1 update in the /src directory: ipykernel.
Bumps the pip-minor-patch-updates group with 1 update in the /src/common directory: ipykernel.
Bumps the pip-minor-patch-updates group with 1 update in the /src/sample_pytorch_gpu_project/.devcontainer directory: mlflow.
Updates
mypyfrom 1.16.1 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+dev0260991Update version string3901aa2Updates to 1.17 changelog (#19436)7d13396Initial changelog for 1.17 release (#19427)a182decCombine the revealed types of multiple iteration steps in a more robust manne...ab4fd57Improve the handling of "iteration dependent" errors and notes in finally cla...Updates
rufffrom 0.12.1 to 0.12.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c5ac998Bump 0.12.7 (#19627)04a8f64Revertlicenseandlicense-fileschanges inpyproject.toml(#19624)6e00adfBump 0.12.6 (#19622)864196bAddChecker::contextmethod, deduplicate Unicode checks (#19609)ae26fa0[flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)88a6799[ty] Add flow diagram for import resolution941be52[ty] Add comments to some core resolver functions13624ce[ty] Add missing ticks and use consistent quotingedb2f8e[ty] Reflow some long lines5e6ad84[ty] Unexport helper functionUpdates
ipykernelfrom 6.29.5 to 6.30.0Release notes
Sourced from ipykernel's releases.
... (truncated)
Changelog
Sourced from ipykernel's changelog.
Commits
7f78f02Publish 6.30.0d9bd5466.x backports (#1406)7603443[Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...3c96ba2Backports and extra changes to fix CI on 6.x branch (#1390)5d2fe53Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...Updates
ipykernelfrom 6.29.5 to 6.30.0Release notes
Sourced from ipykernel's releases.
... (truncated)
Changelog
Sourced from ipykernel's changelog.
Commits
7f78f02Publish 6.30.0d9bd5466.x backports (#1406)7603443[Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...3c96ba2Backports and extra changes to fix CI on 6.x branch (#1390)5d2fe53Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...Updates
ipykernelfrom 6.29.5 to 6.30.0Release notes
Sourced from ipykernel's releases.
... (truncated)
Changelog
Sourced from ipykernel's changelog.
Commits
7f78f02Publish 6.30.0d9bd5466.x backports (#1406)7603443[Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...3c96ba2Backports and extra changes to fix CI on 6.x branch (#1390)5d2fe53Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...Updates
mlflowfrom 3.1.1 to 3.1.4Release notes
Sourced from mlflow's releases.
Changelog
Sourced from mlflow's changelog.