-
Notifications
You must be signed in to change notification settings - Fork 83
chore(deps): update python-nonmajor #1319
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
GoogleCloudPlatform:main
Choose a base branch
from
renovate-bot:renovate/python-nonmajor
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
chore(deps): update python-nonmajor #1319
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/python-nonmajor
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
/gcbrun |
d170403
to
848e22f
Compare
/gcbrun |
848e22f
to
c6c2810
Compare
/gcbrun |
c6c2810
to
1119ca4
Compare
/gcbrun |
1119ca4
to
38357fd
Compare
/gcbrun |
38357fd
to
31cd8ed
Compare
/gcbrun |
31cd8ed
to
0d35375
Compare
/gcbrun |
0d35375
to
cfca578
Compare
/gcbrun |
cfca578
to
86dabe2
Compare
/gcbrun |
86dabe2
to
58cc5b2
Compare
/gcbrun |
58cc5b2
to
65e7b1a
Compare
/gcbrun |
65e7b1a
to
d39c503
Compare
/gcbrun |
d39c503
to
fcccbf4
Compare
/gcbrun |
fcccbf4
to
97c21f7
Compare
/gcbrun |
e5df96d
to
c8306bb
Compare
/gcbrun |
c8306bb
to
62a5781
Compare
/gcbrun |
62a5781
to
9267bfe
Compare
/gcbrun |
9267bfe
to
0738efb
Compare
/gcbrun |
0738efb
to
669a7a6
Compare
/gcbrun |
669a7a6
to
e73d3b1
Compare
/gcbrun |
e73d3b1
to
a0f38ff
Compare
/gcbrun |
a0f38ff
to
7800203
Compare
/gcbrun |
7800203
to
510f478
Compare
/gcbrun |
510f478
to
a0935cf
Compare
/gcbrun |
1 similar comment
/gcbrun |
a0935cf
to
c848d4b
Compare
/gcbrun |
c848d4b
to
e9965c0
Compare
/gcbrun |
e9965c0
to
83eab4e
Compare
/gcbrun |
83eab4e
to
ca5ee86
Compare
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==1.1.1
->==1.1.2
==2.32.4
->==2.32.5
==2.0.43
->==2.0.44
==3.12.15
->==3.13.1
==46.0.2
->==46.0.3
==2.7.0
->==2.8.0
==2.40.3
->==2.41.1
==1.31.4
->==1.31.5
==8.4.1
->==8.4.2
==1.1.0
->==1.2.0
==1.16.1
->==1.17.1
Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.1.2
Compare Source
Release date: 2025-08-24
SocketIO
soon when Connection is closed for PyPy. #1183getpass.getuser()
raises OSEError. #1190Connection.kill()
usesKILL
query instead ofCOM_KILL
command to support MySQL 8.4. #1197psf/requests (Requests)
v2.32.5
Compare Source
Bugfixes
a new class of issues in Requests that have had negative impact across a number
of use cases. The Requests team has decided to revert this feature as long term
maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
aio-libs/aiohttp (aiohttp)
v3.13.1
Compare Source
====================
Bug fixes
Authentication provided by a redirect now takes precedence over provided
auth
when making requests with the client -- by :user:PLPeeters
.Related issues and pull requests on GitHub:
:issue:
9436
.Fixed :py:meth:
WebSocketResponse.close() <aiohttp.web.WebSocketResponse.close>
to discard non-close messages within its timeout window after sending close -- by :user:lenard-mosys
.Related issues and pull requests on GitHub:
:issue:
9506
.Fixed a deadlock that could occur while attempting to get a new connection slot after a timeout -- by :user:
bdraco
.The connector was not cancellation-safe.
Related issues and pull requests on GitHub:
:issue:
9670
, :issue:9671
.Fixed the WebSocket flow control calculation undercounting with multi-byte data -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9686
.Fixed incorrect parsing of chunk extensions with the pure Python parser -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9851
.Fixed system routes polluting the middleware cache -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9852
.Removals and backward incompatible breaking changes
Improved performance of the connector when a connection can be reused -- by :user:
bdraco
.If
BaseConnector.connect
has been subclassed and replaced with custom logic, theceil_timeout
must be added.Related issues and pull requests on GitHub:
:issue:
9600
.Miscellaneous internal changes
Improved performance of the client request lifecycle when there are no cookies -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9470
.Improved performance of sending client requests when the writer can finish synchronously -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9485
.Improved performance of serializing HTTP headers -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
9603
.Passing
enable_cleanup_closed
to :py:class:aiohttp.TCPConnector
is now ignored on Python 3.12.7+ and 3.13.1+ since the underlying bug that caused asyncio to leak SSL connections has been fixed upstream -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
9726
, :issue:9736
.v3.13.0
Compare Source
===================
Features
Added support for Python 3.14.
Related issues and pull requests on GitHub:
:issue:
10851
, :issue:10872
.Added support for free-threading in Python 3.14+ -- by :user:
kumaraditya303
.Related issues and pull requests on GitHub:
:issue:
11466
, :issue:11464
.Added support for Zstandard (aka Zstd) compression
-- by :user:
KGuillaume-chaps
.Related issues and pull requests on GitHub:
:issue:
11161
.Added
StreamReader.total_raw_bytes
to check the number of bytes downloaded-- by :user:
robpats
.Related issues and pull requests on GitHub:
:issue:
11483
.Bug fixes
Fixed pytest plugin to not use deprecated :py:mod:
asyncio
policy APIs.Related issues and pull requests on GitHub:
:issue:
10851
.Updated
Content-Disposition
header parsing to handle trailing semicolons and empty parts-- by :user:
PLPeeters
.Related issues and pull requests on GitHub:
:issue:
11243
.Fixed saved
CookieJar
failing to be loaded if cookies havepartitioned
flag whenhttp.cookie
does not have partitioned cookies supports. -- by :user:Cycloctane
.Related issues and pull requests on GitHub:
:issue:
11523
.Improved documentation
Added
Wireup
to third-party libraries -- by :user:maldoinc
.Related issues and pull requests on GitHub:
:issue:
11233
.Packaging updates and notes for downstreams
The
blockbuster
test dependency is now optional; the corresponding test fixture is disabled when it is unavailable-- by :user:
musicinybrain
.Related issues and pull requests on GitHub:
:issue:
11363
.Added
riscv64
build to releases -- by :user:eshattow
.Related issues and pull requests on GitHub:
:issue:
11425
.Contributor-facing changes
Fixed
test_send_compress_text
failing when alternative zlib implementationis used. (
zlib-ng
in python 3.14 windows build) -- by :user:Cycloctane
.Related issues and pull requests on GitHub:
:issue:
11546
.pyca/cryptography (cryptography)
v46.0.3
Compare Source
rthalley/dnspython (dnspython)
v2.8.0
: dnspython 2.8.0Compare Source
See What's New for details.
The minimum supported version of Python is 3.10.
My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.
This release was published to PyPI using Trusted Publishing.
googleapis/google-auth-library-python (google-auth)
v2.41.1
Compare Source
Bug Fixes
v2.41.0
Compare Source
Features
Bug Fixes
Documentation
pytest-dev/pytest (pytest)
v8.4.2
Compare Source
pytest-dev/pytest-asyncio (pytest-asyncio)
v1.2.0
: pytest-asyncio 1.2.0Compare Source
1.2.0 - 2025-09-12
Added
--asyncio-debug
CLI option andasyncio_debug
configuration option to enable asyncio debug mode for the default event loop. (#980)pytest.UsageError
for invalid configuration values ofasyncio_default_fixture_loop_scope
andasyncio_default_test_loop_scope
. (#1189)Fixed
RuntimeError: There is no current event loop in thread 'MainThread'
when any test unsets the event loop (such as when usingasyncio.run
andasyncio.Runner
). (#1177)@pytest.fixture
in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)Notes for Downstream Packagers
tox.ini
file provided by pytest-asyncio to run tests.v1.1.1
: pytest-asyncio 1.1.1Compare 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)
denisenkom/pytds (python-tds)
v1.17.1
Compare Source
v1.17.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.