Skip to content

build(deps): bump the pip-minor-patch-updates group across 5 directories with 4 updates#91

Merged
fujikosu merged 1 commit intomainfrom
dependabot/pip/pip-minor-patch-updates-e56d535abf
Aug 9, 2025
Merged

build(deps): bump the pip-minor-patch-updates group across 5 directories with 4 updates#91
fujikosu merged 1 commit intomainfrom
dependabot/pip/pip-minor-patch-updates-e56d535abf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

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 mypy from 1.16.1 to 1.17.1

Changelog

Sourced from mypy's changelog.

Mypy 1.17.1

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alexey Makridenko
  • Brian Schubert
  • Chad Dombrova
  • Chainfire
  • Charlie Denton
  • Charulata
  • Christoph Tyralla
  • CoolCat467
  • Donal Burns
  • Guy Wilson
  • Ivan Levkivskyi
  • johnthagen
  • Jukka Lehtosalo
  • Łukasz Kwieciński
  • Marc Mueller
  • Michael J. Sullivan
  • Mikhail Golubev
  • Sebastian Rittau
  • Shantanu
  • Stanislav Terliakov
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.16

We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Different Property Getter and Setter Types

Mypy now supports using different types for a property getter and setter:

class A:
    _value: int
</tr></table> 

... (truncated)

Commits
  • acb2983 Bump version to 1.17.1
  • 933c913 Retain None as constraints bottom if no bottoms were provided (#19485)
  • 5f4428f Fix "ignored exception in hasattr" in dmypy (#19428)
  • 88fdeaa Prevent a crash when InitVar is redefined with a method in a subclass (#19453)
  • e44d14f Bump version to 1.17.1+dev
  • 0260991 Update version string
  • 3901aa2 Updates to 1.17 changelog (#19436)
  • 7d13396 Initial changelog for 1.17 release (#19427)
  • a182dec Combine the revealed types of multiple iteration steps in a more robust manne...
  • ab4fd57 Improve the handling of "iteration dependent" errors and notes in finally cla...
  • Additional commits viewable in compare view

Updates ruff from 0.12.1 to 0.12.7

Release notes

Sourced from ruff's releases.

0.12.7

Release Notes

This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.

0.12.6 Release Notes

Preview features

  • [flake8-commas] Add support for trailing comma checks in type parameter lists (COM812, COM819) (#19390)
  • [pylint] Implement auto-fix for missing-maxsplit-arg (PLC0207) (#19387)
  • [ruff] Offer fixes for RUF039 in more cases (#19065)

Bug fixes

  • Support .pyi files in ruff analyze graph (#19611)
  • [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • [perflint] Ignore rule if target is global or nonlocal (PERF401) (#19539)
  • [pyupgrade] Fix UP030 to avoid modifying double curly braces in format strings (#19378)
  • [refurb] Ignore decorated functions for FURB118 (#19339)
  • [refurb] Mark int and bool cases for Decimal.from_float as safe fixes (FURB164) (#19468)
  • [ruff] Fix RUF033 for named default expressions (#19115)

Rule changes

  • [flake8-blind-except] Change BLE001 to permit logging.critical(..., exc_info=True) (#19520)

Performance

  • Add support for specifying minimum dots in detected string imports (#19538)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.7

This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.

0.12.6

Preview features

  • [flake8-commas] Add support for trailing comma checks in type parameter lists (COM812, COM819) (#19390)
  • [pylint] Implement auto-fix for missing-maxsplit-arg (PLC0207) (#19387)
  • [ruff] Offer fixes for RUF039 in more cases (#19065)

Bug fixes

  • Support .pyi files in ruff analyze graph (#19611)
  • [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • [perflint] Ignore rule if target is global or nonlocal (PERF401) (#19539)
  • [pyupgrade] Fix UP030 to avoid modifying double curly braces in format strings (#19378)
  • [refurb] Ignore decorated functions for FURB118 (#19339)
  • [refurb] Mark int and bool cases for Decimal.from_float as safe fixes (FURB164) (#19468)
  • [ruff] Fix RUF033 for named default expressions (#19115)

Rule changes

  • [flake8-blind-except] Change BLE001 to permit logging.critical(..., exc_info=True) (#19520)

Performance

  • Add support for specifying minimum dots in detected string imports (#19538)

0.12.5

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)

0.12.4

... (truncated)

Commits
  • c5ac998 Bump 0.12.7 (#19627)
  • 04a8f64 Revert license and license-files changes in pyproject.toml (#19624)
  • 6e00adf Bump 0.12.6 (#19622)
  • 864196b Add Checker::context method, deduplicate Unicode checks (#19609)
  • ae26fa0 [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • 88a6799 [ty] Add flow diagram for import resolution
  • 941be52 [ty] Add comments to some core resolver functions
  • 13624ce [ty] Add missing ticks and use consistent quoting
  • edb2f8e [ty] Reflow some long lines
  • 5e6ad84 [ty] Unexport helper function
  • Additional commits viewable in compare view

Updates ipykernel from 6.29.5 to 6.30.0

Release notes

Sourced from ipykernel's releases.

v6.30.0

6.30.0

This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to ipykernel < 7.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​gregory-shklover | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk | @​nathanmcavoy | @​s-t-e-v-e-n-k

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.30.0a0

Pre-release to allow further testing of subshell implementation.

(Full Changelog)

Enhancements made

Bugs fixed

  • [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_shell" #1395 (@​dby-tmwctw)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk

Commits
  • 7f78f02 Publish 6.30.0
  • d9bd546 6.x backports (#1406)
  • 7603443 [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...
  • 3c96ba2 Backports and extra changes to fix CI on 6.x branch (#1390)
  • 5d2fe53 Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...
  • See full diff in compare view

Updates ipykernel from 6.29.5 to 6.30.0

Release notes

Sourced from ipykernel's releases.

v6.30.0

6.30.0

This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to ipykernel < 7.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​gregory-shklover | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk | @​nathanmcavoy | @​s-t-e-v-e-n-k

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.30.0a0

Pre-release to allow further testing of subshell implementation.

(Full Changelog)

Enhancements made

Bugs fixed

  • [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_shell" #1395 (@​dby-tmwctw)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk

Commits
  • 7f78f02 Publish 6.30.0
  • d9bd546 6.x backports (#1406)
  • 7603443 [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...
  • 3c96ba2 Backports and extra changes to fix CI on 6.x branch (#1390)
  • 5d2fe53 Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...
  • See full diff in compare view

Updates ipykernel from 6.29.5 to 6.30.0

Release notes

Sourced from ipykernel's releases.

v6.30.0

6.30.0

This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to ipykernel < 7.

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​gregory-shklover | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk | @​nathanmcavoy | @​s-t-e-v-e-n-k

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.30.0a0

Pre-release to allow further testing of subshell implementation.

(Full Changelog)

Enhancements made

Bugs fixed

  • [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_shell" #1395 (@​dby-tmwctw)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk

Commits
  • 7f78f02 Publish 6.30.0
  • d9bd546 6.x backports (#1406)
  • 7603443 [Bugfix] Set shell idle when message skipped by "should_handle" in "dispatch_...
  • 3c96ba2 Backports and extra changes to fix CI on 6.x branch (#1390)
  • 5d2fe53 Backport PR #1248 on branch 6.x (Avoid a DeprecationWarning on Python 3.13+) ...
  • See full diff in compare view

Updates mlflow from 3.1.1 to 3.1.4

Release notes

Sourced from mlflow's releases.

v3.1.4

MLflow 3.1.4 includes several major features and improvements

Small bug fixes and documentation updates:

#16835, #16820, @​daniellok-db

v3.1.3

MLflow 3.1.3 includes several features and improvements

Features:

  • [Artifacts / Tracking] Do not copy file permissions when logging artifacts to local artifact repo (#16642, @​connortann)
  • [Tracking] Add support for OpenAI ChatCompletions parse method (#16493, @​harupy)

Bug fixes:

  • [Deployments] Propagate MLFLOW_DEPLOYMENT_PREDICT_TIMEOUT to databricks-sdk (#16783, @​bbqiu)
  • [Model Registry] Fix issue with search_registered_models with Databricks UC backend not supporting filter_string (#16766, @​BenWilson2)
  • [Evaluation] Bug fix: Databricks GenAI evaluation dataset source returns string, instead of DatasetSource instance (#16712, @​dbczumar)
  • [Tracking] Fix the position of added tracking_uri param to artifact store implementations (#16653, @​BenWilson2)

Small bug fixes and documentation updates:

#16786, #16692, @​daniellok-db; #16594, @​ngoduykhanh; #16475, @​harupy

v3.1.2

[!WARNING] This version has been yanked. MLflow 3.1.3 will be released shortly.

MLflow 3.1.2 is a patch release that includes several bug fixes.

Bug fixes:

  • [Tracking] Fix download_artifacts ignoring tracking_uri parameter (#16461, @​harupy)
  • [Models] Fix event type for ResponsesAgent error (#16427, @​bbqiu)
  • [Models] Remove falsey chat conversion for LangGraph models (#16601, @​B-Step62)
  • [Tracing] Use empty Resource when instantiating OTel provider to fix LiteLLM tracing issue (#16590, @​B-Step62)

Small fixes and documentation updates:

#16568, #16454, #16617, #16605, #16569, #16553, #16625, @​B-Step62; #16571, #16552, #16452, #16395, #16446, #16420, #16447, #16554, #16515, @​frontsideair; #16558, #16443, #16457, @​16442, #16449, @​harupy; #16509, #16512, #16524, #16514, #16607, @​TomeHirata; #16541, @​copilot-swe-agent; #16427, @​bbqiu; #16573, @​daniellok-db; #16470, #16281, @​BenWilson2

Changelog

Sourced from mlflow's changelog.

3.1.4 (2025-07-23)

MLflow 3.1.4 includes several major features and improvements

Small bug fixes and documentation updates:

#16835, #16820, @​daniellok-db

3.1.3 (2025-07-22)

MLflow 3.1.3 includes several major features and improvements

Features:

  • [Artifacts / Tracking] Do not copy file permissions when logging artifacts to local artifact repo (#16642, @​connortann)
  • [Tracking] Add support for OpenAI ChatCompletions parse method (#16493, @​harupy)

Bug fixes:

  • [Deployments] Propagate MLFLOW_DEPLOYMENT_PREDICT_TIMEOUT to databricks-sdk (#16783, @​bbqiu)
  • [Model Registry] Fix issue with search_registered_models with Databricks UC backend not supporting filter_string (#16766, @​BenWilson2)
  • [Evaluation] Bug fix: Databricks GenAI evaluation dataset source returns string, instead of DatasetSource instance (#16712, @​dbczumar)
  • [Tracking] Fix the position of added tracking_uri param to artifact store implementations (#16653, @​BenWilson2)

Small bug fixes and documentation updates:

#16786, #16692, @​daniellok-db; #16594, @​ngoduykhanh; #16475, @​harupy

...

Description has been truncated

…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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2025
@fujikosu fujikosu merged commit 2030457 into main Aug 9, 2025
2 checks passed
@fujikosu fujikosu deleted the dependabot/pip/pip-minor-patch-updates-e56d535abf branch August 9, 2025 07:21
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant