Skip to content

chore(deps): update all dependencies#1517

Closed
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all
Closed

chore(deps): update all dependencies#1517
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot
Copy link
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v5v6 age confidence
argcomplete (changelog) patch ==3.6.2==3.6.3 age confidence
colorlog minor ==6.9.0==6.10.1 age confidence
google-cloud-spanner minor ==3.58.0==3.63.0 age confidence
google-cloud-testutils minor ==1.6.4==1.7.0 age confidence
mcr.microsoft.com/devcontainers/python final minor 3.133.14 age confidence
nox major ==2025.5.1==2026.2.9 age confidence
packaging major ==25.0==26.0 age confidence
platformdirs (changelog) minor ==4.4.0==4.9.4 age confidence
pytest (changelog) major ==8.4.1==9.0.2 age confidence
pytest-dependency (changelog) patch ==0.6.0==0.6.1 age confidence
tomli (changelog) minor ==2.2.1==2.4.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

kislyuk/argcomplete (argcomplete)

v3.6.3

Compare Source

===============================

  • Make RE PCRE compatible. Fixes #​539

  • Only execute Python interpreters (#​536)

  • fish: set variable scope to local to avoid clobbering global or
    universal variables (#​534)

  • Documentation and help improvements

borntyping/python-colorlog (colorlog)

v6.10.1

Compare Source

What's Changed

Full Changelog: borntyping/python-colorlog@v6.9.0...v6.10.1

googleapis/python-spanner (google-cloud-spanner)

v3.63.0

Compare Source

Documentation
Features
Bug Fixes

v3.62.0

Compare Source

Features
Bug Fixes

v3.61.0

Compare Source

Features

v3.60.0

Compare Source

Documentation
Features
Bug Fixes

v3.59.0

Compare Source

Features
Bug Fixes
  • spanner: Resolve TypeError in metrics resource detection (#​1446) (7266686)
Documentation
  • Add snippet for Repeatable Read configuration at client and transaction (#​1326) (58e2406)
googleapis/python-test-utils (google-cloud-testutils)

v1.7.0

Compare Source

Features
wntrblm/nox (nox)

v2026.2.9

Compare Source

v2025.11.12

Compare Source

This is a small release to fix a warning when running in script mode before we
drop Python 3.8.

We'd like to thank the following folks who contributed to this release:

Bugfixes:

Internal changes:

v2025.10.16

Compare Source

This is a quick release to make our new dependency, pbs-installer, optional.
This is only needed to install Python if you are not using the uv backend.
We've also added the time taken to the output when it's over a second.

We'd like to thank the following folks who contributed to this release:

Changes:

Internal changes:

v2025.10.14

Compare Source

This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.

We'd like to thank the following folks who contributed to this release:

Features:

Changes:

Bugfixes:

Documentation:

Internal changes:

pypa/packaging (packaging)

v26.0

Compare Source

Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster.

What's Changed

Features:

Behavior adaptations:

  • PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter by @​notatallshaw in #​897
  • Handle PEP 440 edge case in SpecifierSet.filter by @​notatallshaw in #​942
  • Adjust arbitrary equality intersection preservation in SpecifierSet by @​notatallshaw in #​951
  • Return False instead of raising for .contains with invalid version by @​Liam-DeVoe in #​932
  • Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. by @​notatallshaw in #​954
  • Only try to parse as Version on certain marker keys, return False on unequal ordered comparsions by @​JP-Ellis in #​939

Fixes:

Performance:

Type annotations:

Internal:

New Contributors

Since last RC

Fixes:

Performance:

Documentaiton:

Full Changelog: pypa/packaging@26.0rc3...26.0

tox-dev/platformdirs (platformdirs)

v4.9.4

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.9.3...4.9.4

v4.9.2

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.9.1...4.9.2

v4.9.1

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.9.0...4.9.1

v4.9.0

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.8.0...4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.7.1...4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: tox-dev/platformdirs@4.7.0...4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors


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 review from a team as code owners March 23, 2026 18:11
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/python-spanner API. labels Mar 23, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates a range of project dependencies, including core development tools, testing frameworks, and Google Cloud client libraries, to their latest stable versions. The updates encompass major, minor, and patch releases, aiming to leverage new features, performance enhancements, and critical bug fixes, while also upgrading the development container's Python environment to version 3.14.

Highlights

  • Development Environment Update: The base Python image in the devcontainer has been upgraded from version 3.13 to 3.14, aligning the development environment with the latest Python release.
  • Major Dependency Upgrades: Key development and testing tools, including actions/checkout (v5 to v6), nox (2025.5.1 to 2026.2.9), packaging (25.0 to 26.0), and pytest (8.4.1 to 9.0.2), have received major version updates, introducing significant new features, performance enhancements, and behavioral adaptations.
  • Google Cloud Spanner Client Enhancements: The google-cloud-spanner library has been updated to 3.63.0, bringing new features such as UUID support, mTLS certificate handling, and OpenTelemetry metrics and tracing enabled by default, alongside several bug fixes.
  • Minor and Patch Dependency Updates: Several other Python packages, including argcomplete, colorlog, google-cloud-testutils, platformdirs, and tomli, have been updated to their latest minor or patch versions, incorporating various bug fixes, smaller features, and documentation improvements.
Ignored Files
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/integration-tests-against-emulator-with-regular-session.yaml
    • .github/workflows/integration-tests-against-emulator.yaml
    • .github/workflows/mock_server_tests.yaml
    • .github/workflows/presubmit.yaml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates various Python dependencies across the project. Specifically, it updates the Python base image variant in the devcontainer Dockerfile from 3.13 to 3.14, and bumps versions for argcomplete, colorlog, nox, packaging, platformdirs, tomli, pytest, pytest-dependency, google-cloud-testutils, and google-cloud-spanner in the respective requirements files. There is no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/python-spanner API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants