-
Notifications
You must be signed in to change notification settings - Fork 101
chore(deps): update all dependencies #1408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+69
−59
Conversation
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
76a73ce to
a3b4997
Compare
a3b4997 to
21cd9ad
Compare
21cd9ad to
e33fb2b
Compare
e33fb2b to
df8ad4f
Compare
46b156e to
8272dbb
Compare
8272dbb to
6045d91
Compare
6045d91 to
6483fc9
Compare
6483fc9 to
4235134
Compare
4235134 to
969b603
Compare
969b603 to
84d5a1e
Compare
84d5a1e to
c0d523c
Compare
c0d523c to
480a193
Compare
480a193 to
80540c3
Compare
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.
owlbot:run
Add this label to trigger the Owlbot post processor.
samples
Issues that are directly related to samples.
size: m
Pull request size is medium.
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.
This PR contains the following updates:
==3.6.2->==3.6.3==6.9.0->==6.10.1==3.19.1->==3.20.0==3.57.0->==3.59.0==1.6.4->==1.7.03.13->3.14==2025.5.1->==2025.10.16==4.4.0->==4.5.0==8.4.1->==8.4.23.13->3.14==2.2.1->==2.3.0==20.34.0->==20.35.4Release Notes
kislyuk/argcomplete (argcomplete)
v3.6.3Compare 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.1Compare Source
What's Changed
Full Changelog: borntyping/python-colorlog@v6.9.0...v6.10.1
tox-dev/py-filelock (filelock)
v3.20.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.19.1...3.20.0
googleapis/python-spanner (google-cloud-spanner)
v3.59.0Compare Source
Features
Bug Fixes
Documentation
v3.58.0Compare Source
Features
Dependencies
googleapis/python-test-utils (google-cloud-testutils)
v1.7.0Compare Source
Features
wntrblm/nox (nox)
v2025.10.16Compare 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:
humanizedependency) by @henryiii in #1014Internal:
v2025.10.14Compare 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:
--download-pythonpython option by @saucoide in #989session.env_dirto get the Path to the environment by @jbdyn in #974Changes:
verboseglobal option to thesilentargument for session installation commands, and document it by @agriyakhetarpal in #983SESSION_INFO) for session info instead of warning by @Spacetown in #990Bugfixes:
venv_backendby @henryiii in #967nox.options.keywordsby @henryiii in #1011Documentation:
--scripttouv runinline metadata for nox-uv example by @johnthagen in #984nox-uvthird party package by @johnthagen in #978--lockedover--frozenforuv syncby @johnthagen in #972Internal changes:
tox-dev/platformdirs (platformdirs)
v4.5.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.4.0...4.5.0
pytest-dev/pytest (pytest)
v8.4.2Compare Source
pytest 8.4.2 (2025-09-03)
Bug fixes
#13478: Fixed a crash when using
console_output_style{.interpreted-text role="confval"} withtimesand a module is skipped.#13530: Fixed a crash when using
pytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.#13549: No longer evaluate type annotations in Python
3.14when inspecting function signatures.This prevents crashes during module collection when modules do not explicitly use
from __future__ import annotationsand import types for annotations within aif TYPE_CHECKING:block.#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in
pytest.Parser.addini{.interpreted-text role="meth"}.#13563:
pytest.approx{.interpreted-text role="func"} now only importsnumpyif NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.Improved documentation
pytest_generate_testsis discovered in test modules/classes; other hooks must be inconftest.pyor plugins.Contributor-facing changes
-Wdefaultor a similar override.test_doctest_unexpected_exceptionin Python3.14.CIenvironment variable -- byogrisel{.interpreted-text role="user"}.actions/python-versions (python)
v3.14.0: 3.14.0Compare Source
Python 3.14.0
hukkin/tomli (tomli)
v2.3.0Compare Source
pypa/virtualenv (virtualenv)
v20.35.4Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.35.3...20.35.4
v20.35.3Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.35.1...20.35.3
v20.35.2Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.35.1...20.35.2
v20.35.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.34.0...20.35.1
v20.35.0Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.34.0...20.35.0
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.
This PR was generated by Mend Renovate. View the repository job log.