Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 7, 2025

This PR contains the following updates:

Package Change Age Confidence
black (changelog) ==25.11.0 -> ==25.12.0 age confidence
google-cloud-storage ==3.6.0 -> ==3.7.0 age confidence
langchain-core (source, changelog) ==1.1.1 -> ==1.1.3 age confidence
pytest (changelog) ==9.0.1 -> ==9.0.2 age confidence

Release Notes

psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)
googleapis/python-storage (google-cloud-storage)

v3.7.0

Compare Source

Features
Bug Fixes
pytest-dev/pytest (pytest)

v9.0.2

Compare Source

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #​13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #​13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #​13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0.
    Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim.
    It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #​13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #​4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner December 7, 2025 01:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency pytest to v9.0.2 chore(deps): update python-nonmajor Dec 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch 4 times, most recently from 8f59654 to ccff701 Compare December 9, 2025 19:08
@anubhav756 anubhav756 force-pushed the renovate/python-nonmajor branch from ccff701 to fa7541c Compare December 10, 2025 12:07
@anubhav756 anubhav756 force-pushed the renovate/python-nonmajor branch from fa7541c to fcc6769 Compare December 12, 2025 07:37
@anubhav756
Copy link
Contributor

/gcbrun

@anubhav756 anubhav756 merged commit b018cc7 into googleapis:main Dec 12, 2025
23 checks passed
@release-please release-please bot mentioned this pull request Dec 12, 2025
@renovate-bot renovate-bot deleted the renovate/python-nonmajor branch December 12, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants