Update Python dependencies (8/edge) - #310
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
a team,
Gu1nness,
Mehdi-Bendriss,
akram09,
patriciareinoso,
reneradoi,
skourta and
smethnani
and removed request for
a team
April 21, 2026 02:56
Author
|
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
from
April 28, 2026 03:14
1145bc3 to
3d78e6c
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
from
May 5, 2026 03:33
3d78e6c to
f75fc92
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
May 19, 2026 04:06
31a78af to
240af56
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
from
May 26, 2026 03:24
240af56 to
f96abbf
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
June 9, 2026 03:48
e295344 to
3801c7d
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
June 23, 2026 04:09
56428bf to
8cee7a2
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
July 7, 2026 03:30
4f872f5 to
2710bb2
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
July 14, 2026 03:27
172a01a to
9c161e3
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
July 28, 2026 03:23
3e6daf2 to
86eec18
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
2 times, most recently
from
August 11, 2026 02:49
97d590c to
8b82a75
Compare
renovate
Bot
force-pushed
the
renovate/8/edge-python-dependencies
branch
from
August 18, 2026 04:36
8b82a75 to
461fdd2
Compare
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
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:
^2.13.5→^2.16.0^0.1.2→^0.1.4>=3.1.0.2,<4.0.0.0→>=3.1.1.6,<4.0.0.0>=1.0.0,<2.0.0→>=1.1.1,<2.0.0^2.2.6→^2.4.3^7.5.0→^7.15.4~=1.9.0→~=1.9.2>=2.0→>=2.1.0~=2.17.0→~=2.34.0~=2.16.0→~=2.19.0^4.2.0.post1→^4.3.0>=2.0→>=2.4.1^4.0.1→^4.6.2^0.21.1→^0.26.0^0.36.0→^0.43.2~=6.0.2→~=6.0.3^0.7.2→^0.16.3Release Notes
codespell-project/codespell (codespell)
v2.4.3Compare Source
What's Changed
magntiude->magnitudeby @nathanjmcdougall in #3899monotonicandmonotonicityby @nathanjmcdougall in #3898influecer->influencerandinflunce*typos to dictionary by @nathanjmcdougall in #3925excavateand variants by @nathanjmcdougall in #3926overheda -> overheadby @George-Ogden in #3919inclusize->inclusiveand variants by @George-Ogden in #3918New Contributors
Full Changelog: codespell-project/codespell@v2.4.2...v2.4.3
coveragepy/coveragepy (coverage)
v7.15.4Compare Source
Fix: in the HTML report, a source file name containing a double quote (legal
on POSIX) wasn't escaped where it's dropped into the
hrefof the indexand prev/next links, so it could close the attribute early and inject markup.
Page URLs are now escaped. Thanks,
Rajath Mohare <pull 2227_>_.Fix: the LCOV report wrote file names and other fields into its
line-oriented records without neutralizing control characters. A measured
file whose name contained a newline (legal on POSIX) could forge extra
records, inflating the coverage seen by tools that read the report. Control
characters in a field are now replaced. Thanks,
Rajath Mohare <pull 2226_>_.Wheels are now provided for Python 3.15.
.. _pull 2226: #2226
.. _pull 2227: #2227
.. _changes_7-15-3:
v7.15.3Compare Source
Fix: the sysmon core is incompatible with dynamic contexts. Previously, the
combination would be prevented when read from the coverage.py configuration.
But using the context API as pytest-cov does, contexts would be silently
dropped. Now a warning is issued, thanks to
Jisang Han <pull 2234_>.Closes
issue 2200.A performance improvement in the low-level line number bookkeeping when
combining data files, thanks to
Kevin Turcios <pull 2239_>_.Performance improvement in HTML reporting by reducing the number of times
files have to be parsed, thanks to
Kevin Turcios <pull 2240_>_... _issue 2200: #2200
.. _pull 2234: #2234
.. _pull 2239: #2239
.. _pull 2240: #2240
.. _changes_7-15-2:
v7.15.2Compare Source
increased memory use during reporting for large projects. Now we use a
different approach that is both faster and slimmer than 7.15.0. Fixes
issue 2229_... _issue 2229: #2229
.. _changes_7-15-1:
googleapis/google-cloud-python (google-api-core)
v2.34.0: google-api-core: v2.34.0Compare Source
Features
Bug Fixes
v2.33.0: google-api-core: v2.33.0Compare Source
Features
Bug Fixes
v2.32.0: google-api-core: v2.32.0Compare Source
Features
Bug Fixes
v2.31.0: google-api-core: v2.31.0Compare Source
Bug Fixes
bump protobuf from 4.25.8 to 5.29.6 (#17021) (8f52e9ad)
drop support for Python 3.9 (#16980) (e5ed4720)
Documentation
exclude Response.is_permanent_redirect from API docs (<a href="https://redirect.github.com/psf/requests/issues/7244">#7244</a>)</li> <li><a href="psf/requests@d568f47278492e630cc990a259047c67991d007a&#%E2%80%8B34;><code>d568f47</code></a> (b79b3ea0)
clarify Quickstart POST example (<a href="https://redirect.github.com/psf/requests/issues/6960">#6960</a>)</li> <li>Additional commits viewable in <a href="psf/requests@v2.25.0...v2.33.0&#%E2%80%8B34;>compare view</a></li> </ul> </details> <br /> (b79b3ea0)
fix FAQ grammar in httplib2 example</li> <li><a href="psf/requests@774a0b837a194ee885d4fdd9ca947900cc3daf71&#%E2%80%8B34;><code>774a0b8</code></a> (b79b3ea0)
same block as other sections</li> <li><a href="psf/requests@9c72a41bec8597f948c9d8caa5dc3f12273b3303&#%E2%80%8B34;><code>9c72a41</code></a> Bump github/codeql-action from 4.33.0 to 4.34.1</li> <li><a href="psf/requests@ebf71906798ec82f34e07d3168f8b8aecaf8a3be&#%E2%80%8B34;><code>ebf7190</code></a> Bump github/codeql-action from 4.32.0 to 4.33.0</li> <li><a href="psf/requests@0e4ae38f0c93d4f92a96c774bd52c069d12a4798&#%E2%80%8B34;><code>0e4ae38</code></a> (b79b3ea0)
v2.30.3: google-api-core: v2.30.3Compare Source
Bug Fixes
v2.30.2: google-api-core: v2.30.2Compare Source
Bug Fixes
v2.30.1: google-api-core: v2.30.1Compare Source
v2.30.1 (2026-03-26)
v2.30.0: google-api-core: v2.30.0Compare Source
Bug Fixes
v2.29.0: google-cloud-secret-manager: v2.29.0v2.29.0 (2026-06-02)
v2.28.1: google-cloud-firestore: v2.28.1Bug Fixes
v2.28.0: google-cloud-firestore: v2.28.0Features
Bug Fixes
v2.27.0: google-cloud-secret-manager: v2.27.0v2.27.0 (2026-03-26)
v2.26.0: google-cloud-firestore: v2.26.0Features
RandandTruncexpressions (#16037) (7538aa5d)v2.25.1: google-cloud-texttospeech: v2.25.1Bug Fixes
v2.25.0v2.24.2v2.24.1v2.24.0: google-cloud-firestore: v2.24.0Features
use cryptographically secure random for new document ids (#1162) (3619a31e)
expose the variable definition in the Cloud Firestore API (PiperOrigin-RevId:
8775359) (4937235e)Expose the
Index.uniqueparameter (PiperOrigin-RevId:8654448) (5a17963a)Expose the
Database.mongodb_compatible_data_access_modeparameter (PiperOrigin-RevId:8654448) (5a17963a)Expose the
Database.firestore_data_access_modeparameter (PiperOrigin-RevId:8654448) (5a17963a)Expose the
Database.realtime_updates_modeparameter (PiperOrigin-RevId:8654448) (5a17963a)Bug Fixes
Documentation
enterprisedatabase edition (PiperOrigin-RevId:8654448) (5a17963a)v2.23.0: google-cloud-tasks: v2.23.0Features
v2.22.0v2.21.0v2.20.0v2.19.2v2.19.1v2.19.0v2.18.0pre-commit/pre-commit (pre-commit)
v4.6.2Compare Source
==================
Fixes
language: nodehooks that contain"scripts": {"build": ...}withnpm 11.x.
v4.6.1Compare Source
==================
Fixes
language: nodehooks viagit.JULIA_DEPOT_PATHforlanguage: julia.--repoforpre-commit autoupdate.pre-push.pre-commit run --all-files.pytest-dev/pytest-asyncio (pytest-asyncio)
v0.26.0: pytest-asyncio 0.26.0Compare Source
pytest_asyncio.fixture#1045typing-extensionsas additional dependency for Python<3.10#1045v0.25.3: pytest-asyncio 0.25.3Compare Source
v0.25.2: pytest-asyncio 0.25.2Compare Source
loop.shutdown_asyncgens()before closing the event loop to ensure async generators are closed in the same manner asasyncio.rundoes #1034v0.25.1: pytest-asyncio 0.25.1Compare Source
v0.25.0: pytest-asyncio 0.25.0Compare Source
0.25.0 (2024-12-13)
@pytest.fixturein strict mode. This will become an error in a future version of flake8-asyncio. #979v0.24.0: pytest-asyncio 0.24.0Compare Source
0.24.0 (2024-08-22)
pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.@pytest.mark.asyncio. #812v0.23.8: pytest-asyncio 0.23.8Compare Source
0.23.8 (2024-07-17)
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
v0.23.7: pytest-asyncio 0.23.7Compare Source
0.23.7 (2024-05-19)
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
v0.23.6: pytest-asyncio 0.23.6Compare Source
0.23.6 (2024-03-19)
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
v0.23.5: pytest-asyncio 0.23.5Compare Source
0.23.5 (2024-02-09)
asyncio.get_event_loop()from affecting test cases #757Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
v0.23.4: pytest-asyncio 0.23.4Compare Source
0.23.4 (2024-01-28)
v0.23.3: pytest-asyncio 0.23.3Compare Source
0.23.3 (2024-01-01)
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
v0.23.2: pytest-asyncio 0.23.2Compare Source
0.23.2 (2023-12-04)
v0.23.1: pytest-asyncio 0.23.1Compare Source
0.23.1 (2023-12-03)
v0.23.0: p