Update Python dependencies (non-major)#12807
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This Renovate PR updates several pinned Python dependencies in the repository’s requirements files to newer non-major versions, keeping the app/test/runtime stacks current.
Changes:
- Bumped core runtime dependencies in
requirements.txt(Genshi, luqum, python-multipart, requests, sentry-sdk, uvicorn). - Bumped
requestsused by GitHub scripts inscripts/gh_scripts/requirements.txt. - Bumped
ruffused in CI/tests inrequirements_test.txt.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/gh_scripts/requirements.txt | Updates requests for GitHub automation scripts. |
| requirements.txt | Updates main application/runtime dependency pins. |
| requirements_test.txt | Updates test/CI toolchain pin for ruff. |
| pytest-asyncio==1.3.0 | ||
| pytest-httpx==0.36.2 | ||
| ruff==0.15.12 | ||
| ruff==0.15.13 |
7ec1725 to
10c3347
Compare
10c3347 to
5e037e0
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:
==0.7.10→==0.7.11==0.136.1→==0.136.3==0.11.0→==0.14.0==6.1.0→==6.1.1==6.2.0→==6.3.0==0.0.28→==0.0.29==2.34.0→==2.34.2==2.59.0→==2.60.0==0.46.0→==0.48.0Release Notes
edgewall/genshi (Genshi)
v0.7.11Compare Source
Version 0.7.11
https://github.com/edgewall/genshi/releases/tag/0.7.11
(May 17 2026, from branches/stable/0.7.x)
pkg_resourceswithimportlib.resources(orimportlib_resourcesfor Python < 3.9)(#97 by Colin Watson)
fastapi/fastapi (fastapi)
v0.136.3Compare Source
Refactors
convert_underscores=True(the default). PR #15589 by @tiangolo.jurismarches/luqum (luqum)
v0.14.0Compare Source
===================
Added
Removed
Fixed
v0.13.0Compare Source
===================
Added
Add support for unbounded ranges
Support is added for open ranges, i.e. inequality operators in
front of a term. In tree form, the < is named To, and > is named From.
Additionally, a TreeTransformer is also added, to convert these
open ranges to more traditional Range objects.
To properly support escaping, some adjustments were made to how escaping
sequences work. After careful evaluation of how Apache Lucene handles
escape sequences, it appears that random characters can be escaped, even
if they result in unknown escape sequences: the escaped character is
always yielded. This makes support for operations such as
<\=fooa lotless complicated.
There is no support in the ElasticsearchQueryBuilder.
v0.12.1Compare Source
===================
Fixed
v0.12.0Compare Source
===================
Changed
Added
Add support for Lucene and Elasticsearch Boolean operations (#71, thanks to @linefeedse):
Set E element as ElasticsearchQueryBuilder's attributes (#75, thanks to @qcoumes):
This allows to override elements such as EMust, EWord, ...,
without the need of overriding ElasticsearchQueryBuilder's methods.
Explicit support for Python 3.9 and Python 3.10 (#76)
Add a thread safe parse function (#82)
Fixed
Docs
CI
Run tests with github actions
Update all libraries for dev:
lxml/lxml (lxml)
v6.1.1Compare Source
==================
Bugs fixed
The known link attributes in
lxml.html.defs.link_attrswere missingxlink:href,which can be used for URL bypass attacks in embedded SVG/MathML/etc. content.
https://github.com/fedora-python/lxml_html_clean/security/advisories/GHSA-4jhm-jv67-739f
The Linux wheels use a patched libxslt 1.1.43, fixing CVE-2025-7424 and CVE-2025-11731.
The Windows wheels use libxslt 1.1.45, fixing CVE-2025-7424 and CVE-2025-11731.
sergioteula/python-amazon-paapi (python-amazon-paapi)
v6.3.0Compare Source
Added
delivery_flagsparameter insearch_itemsforamazon_creatorsapiandamazon_creatorsapi.aioKludex/python-multipart (python-multipart)
v0.0.29Compare Source
parse_options_header#270.psf/requests (requests)
v2.34.2Compare Source
headersinput type back toMappingto avoid invariance issueswith
MutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)v2.34.1Compare Source
Bugfixes
jsoninput type fromdictandlisttoMappingand
Sequence. (#7436)headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431)Response.reasonmoved fromstr | Nonetostrto improve handlingfor users. (#7437)
__getattr__implementationsweren't being properly detected as Iterables. (#7433)
getsentry/sentry-python (sentry-sdk)
v2.60.0Compare Source
Adds a new
stream_gen_ai_spansoption that controls howgen_aispans aresent to Sentry. When set, the SDK extracts all
gen_aispans out of atransaction and sends them as v2 envelope items.
Enable this option if
gen_aispans are being dropped because the transaction payload exceeds size limits.New Features ✨
responsescalls by @constantinius in #6199stream_gen_ai_spansis enabled by @alexander-alderman-webb in #6260Bug Fixes 🐛
Openai
choices=Noneby @cla7aye15I4nd in #6216Other
@sentry_sdk.traces.traceoverloads to fix typing by @sentrivana in #6236http.serverspans are segments by @sentrivana in #6230Internal Changes 🔧
Django
Openai
Other
capture_items()by @alexander-alderman-webb in #6214envelopes_to_xhelpers withcapture_itemsby @sentrivana in #6233set_custom_sampling_context()a classmethod by @alexander-alderman-webb in #6238_timestampto_end_timestampby @sentrivana in #6235botocore-stubsby @alexander-alderman-webb in #6203Kludex/uvicorn (uvicorn)
v0.48.0: Version 0.48.0Compare Source
What's Changed
ssl_cipherstoNoneand use OpenSSL defaults by @Kludex in #2940ProxyHeadersMiddlewareby @Kludex in #2944Full Changelog: Kludex/uvicorn@0.47.0...0.48.0
v0.47.0: Version 0.47.0Compare Source
What's Changed
ssl_context_factoryfor customSSLContextconfiguration by @Kludex in #2920fd=0as a valid file descriptor with reload/workers by @eltoder in #2927Full Changelog: Kludex/uvicorn@0.46.0...0.47.0
Configuration
📅 Schedule: (UTC)
🚦 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.