Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 13, 2025

This PR contains the following updates:

Package Change Age Confidence
SQLAlchemy (changelog) ==2.0.43 -> ==2.0.44 age confidence
google-auth ==2.40.3 -> ==2.41.1 age confidence
pg8000 ==1.31.4 -> ==1.31.5 age confidence
protobuf ==6.32.0 -> ==6.33.0 age confidence
psycopg2-binary (source, changelog) ==2.9.10 -> ==2.9.11 age confidence
psycopg2-binary (source, changelog) ==2.9.9 -> ==2.9.11 age confidence
pytest-asyncio (changelog) ==1.1.0 -> ==1.2.0 age confidence

Release Notes

googleapis/google-auth-library-python (google-auth)

v2.41.1

Compare Source

Bug Fixes

v2.41.0

Compare Source

Features
Bug Fixes
Documentation
psycopg/psycopg2 (psycopg2-binary)

v2.9.11

Compare Source

pytest-dev/pytest-asyncio (pytest-asyncio)

v1.2.0: pytest-asyncio 1.2.0

Compare Source

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#​980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#​1189)
  • Compatibility with the Pyright type checker (#​731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#​1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#​1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

v1.1.1: pytest-asyncio 1.1.1

Compare Source

v1.1.1 - 2025-09-12
Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#​1192)


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 is behind base branch, 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 September 13, 2025 16:53
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 2f62e65 to 27e30b1 Compare September 14, 2025 10:42
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch 2 times, most recently from 1ed293a to ba7f6fa Compare October 1, 2025 01:01
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch 3 times, most recently from 4cb4a80 to dcc0752 Compare October 15, 2025 23:51
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch 3 times, most recently from 3dde464 to 6804cb1 Compare October 20, 2025 21:34
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from 6804cb1 to e6697fc Compare October 20, 2025 21:46
psycopg2-binary is supported on macos-latest runner on Python 3.9, because the Python 3.9 unit tests on macos-latest runner are passing.
@forking-renovate
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@rhatgadkar-goog rhatgadkar-goog self-requested a review October 20, 2025 22:53
rhatgadkar-goog added a commit that referenced this pull request Oct 20, 2025
This change adds support for Python 3.14, which is the latest stable
release of Python as of October 7, 2025. Before merging this PR, we need
to do the following:
- Submit #488 because it contains the change for psycopg2-binary 2.9.11,
  which adds support for Python 3.14.
- Update branch protection settings to use 3.14 as latest Python version
  instead of 3.13.
rhatgadkar-goog added a commit that referenced this pull request Oct 20, 2025
This PR removes the check that prevents renovate-bot from creating PRs
that update the psycopg2-binary to 2.9.10. We won't need this check
after #488 is merged, because it uses psycopg2-binary 2.9.11.

So this PR should only be submitted after #488 is submitted.
@rhatgadkar-goog rhatgadkar-goog self-requested a review October 21, 2025 17:45
@enocom enocom self-requested a review October 21, 2025 17:47
google-auth==2.41.1
requests==2.32.5
protobuf==6.32.0
protobuf==6.33.0
Copy link
Member

Choose a reason for hiding this comment

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

Nit: let's add a newline to this file so remove the warning.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oops. I already submitted. I'll do that next time

@rhatgadkar-goog rhatgadkar-goog merged commit de1daf5 into GoogleCloudPlatform:main Oct 21, 2025
12 checks passed
rhatgadkar-goog added a commit that referenced this pull request Oct 21, 2025
This change adds support for Python 3.14, which is the latest stable
release of Python as of October 7, 2025. Before merging this PR, we need
to do the following:
- Submit #488 because it contains the change for psycopg2-binary 2.9.11,
  which adds support for Python 3.14.
- Update branch protection settings to use 3.14 as latest Python version
  instead of 3.13.
rhatgadkar-goog added a commit that referenced this pull request Oct 21, 2025
)

This PR removes the check that prevents renovate-bot from creating PRs
that update the psycopg2-binary to 2.9.10. We won't need this check
after #488 is merged, because it uses psycopg2-binary 2.9.11.

So this PR should only be submitted after #488 is submitted.
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