Update all non-major backend dependencies - #1749
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1749 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 76 76
Lines 2418 2418
Branches 190 190
=======================================
Hits 2259 2259
Misses 132 132
Partials 27 27 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch-backend
branch
2 times, most recently
from
August 8, 2026 21:11
f1ed18d to
c26abaf
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch-backend
branch
6 times, most recently
from
August 13, 2026 23:16
9b87bc7 to
7b07e85
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-backend
branch
from
August 16, 2026 14:07
7b07e85 to
871bec6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-backend
branch
from
August 17, 2026 15:26
871bec6 to
712a74a
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:
==6.0.7→==6.17.0.0→7.1.0==4.4.4→==4.5.0==3.17.1→==3.18.0==0.4.0→==0.4.14.6.1→4.6.24.12.0→4.14.0==2.66.1→==2.68.03.2.0→3.4.0Release Notes
django/django (django)
v6.1Compare Source
v6.0.8Compare Source
django-commons/django-debug-toolbar (django-debug-toolbar)
v7.1.0Compare Source
Changelog
django.tasks, Django 6.0+). On older versions of Django, the panel explains that upgrading is required.show_toolbar_with_dockeron Docker runtimes such as OrbStack that can resolvehost.docker.internalto an address outside the container network.What's Changed
New Contributors
Full Changelog: django-commons/django-debug-toolbar@7.0.0...7.1.0
codingjoe/django-health-check (django-health-check)
v4.5.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.4.4...4.5.0
encode/django-rest-framework (djangorestframework)
v3.18.0Compare Source
What's Changed
Breaking changes
many=True) to dict format by @p-r-a-v-i-n in #9837Features
unaccenttoSearchFilterby @mgaligniana in #9385@throttle_scopefunction based view decorator by @d-ryzhykau in #9963nulls_distinctsupport toUniqueTogetherValidatorby @mag123c in #9866Bug fixes
choicesparam for non-editable fields by @ticosax in #9929ListFieldby @Natgho in #9902BooleanFieldrepresentation value by @emfpdlzj in #9973cc_delim_re usagewithsplit_header_valuefor Django 6.1+ compatibility by @laymonage in #9978set_rollbackto only rollback initialized connections by @jdetaeye in #9599Other changes
New Contributors
Full Changelog: encode/django-rest-framework@3.17.1...3.18.0
v3.17.2Compare Source
What's Changed
Bug fixes
AdminRendererby @browniebroke in #10012. Thanks, @zainnadeem786 for the report.DATA_UPLOAD_MAX_MEMORY_SIZEforrequest.dataparsing by @zainnadeem786 in #10013. Thanks, @zainnadeem786 for the report.Full Changelog: encode/django-rest-framework@3.17.1...3.17.2
googleapis/google-cloud-python (google-auth-httplib2)
v0.4.1: google-auth-httplib2: v0.4.1Compare Source
Bug Fixes
pre-commit/pre-commit (pre-commit)
v4.6.2Compare Source
==================
Fixes
language: nodehooks that contain"scripts": {"build": ...}withnpm 11.x.
pytest-dev/pytest-django (pytest-django)
v4.14.0Compare Source
https://pytest-django.readthedocs.io/en/stable/changelog.html#v4-14-0-2026-08-10
v4.13.0Compare Source
https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-13-0-2026-08-06
getsentry/sentry-python (sentry-sdk)
v2.68.0Compare Source
Important
We're making
enable_logsandenable_metricsno-op with this release (#7177), and they'll be dropped in the next major.Previously,
enable_logsalso controlled automatic logs collection from the logging and Loguru integrations. These integrations now get an integration-levelcapture_sentry_logsboolean option to allow for more control over the auto-collection. These options areFalseby default, i.e., nothing is auto-collected without your explicit opt-in.Action Needed
If you had
enable_logsset toTrue:sentry_sdk.logger.XAPI, no action necessary, the API will just work.LoggingIntegrationorLoguruIntegration, the auto-collection will be turned off in this release. You can switch auto-collection on explicitly with:If you had
enable_logsset toFalse:sentry_sdk.logger.XAPI, you'll need to remove the calls entirely or define abefore_send_logcallback to filter out unwanted logs.If you has
enable_metricsset toFalse:before_send_metricor remove the calls to the API.Why We're Doing This
We recognize this is a disruptive change for some folks and want to make it clear this is a one-off. We're removing the options because they were an unnecessary hurdle that one had to jump through to be able to use logs and metrics, and it was confusing why the logging API would not just work on its own. On the other hand, we wanted to give you more fine-grained control over automatic collection.
New Features ✨
Other
NoOpStreamedSpanby @alexander-alderman-webb in #7163NoOpStreamedSpaninset_transaction_name()by @alexander-alderman-webb in #7164NoOpStreamedSpanby @alexander-alderman-webb in #7162Bug Fixes 🐛
Internal Changes 🔧
HTTPX, HTTPX2
Other
v2.67.1Compare Source
Bug Fixes 🐛
v2.67.0Compare Source
New Features ✨
Batcher
Integrations
Langchain
Openai
gen_ai.tool.definitionsfor the Responses API by @alexander-alderman-webb in #6951gen_ai.tool.definitionsfor the Chat Completions API by @alexander-alderman-webb in #6950gen_ai.request.reasoning.levelto OpenAI spans by @pabloDeputter in #6892Streaming
before_send_spanto top-level option by @sentrivana in #6885set_conversation_idAPI work by @sentrivana in #6866Other
set_attributesAPI by @sentrivana in #6897gen_ai.tool.definitionsattribute by @alexander-alderman-webb in #6956gen_ai.output.messagesincludingThinkingPartby @alexander-alderman-webb in #7037Bug Fixes 🐛
Openai Agents
run_single_turn_streamedreference by @alexander-alderman-webb in #7032Tests
capture_itemswith args by @sentrivana in #6867Other
sentry-traceshould take precedence over baggage by @sentrivana in #6863url.fullspan attribute by @sentrivana in #6861Documentation 📚
Internal Changes 🔧
Fastmcp
fastmcp>=4by @alexander-alderman-webb in #6923RootModelinstances by @alexander-alderman-webb in #6909try...exceptwithskipifby @alexander-alderman-webb in #6922Mcp
mcp.tool.result.is_errorby @alexander-alderman-webb in #6915mcp_typespackage by @alexander-alderman-webb in #6763_set_span_output_data()by @alexander-alderman-webb in #6762_get_span_config()by @alexander-alderman-webb in #6761_prepare_handler_data()by @alexander-alderman-webb in #6758Openai Agents
gen_ai.response.modelon Invoke Agent spans by @alexander-alderman-webb in #7028gen_ai.response.tool_callsby @alexander-alderman-webb in #6973gen_ai.request.available_toolson Invoke Agent spans by @alexander-alderman-webb in #6955gen_ai.request.available_toolson Execute Tool spans by @alexander-alderman-webb in #6954Other
iscoroutinefunctionshim inpatch_views()by @alexander-alderman-webb in #7024asyncio.iscoroutinefunctionby @alexander-alderman-webb in #7023on_agent_finish()hook by @alexander-alderman-webb in #7059FunctionModelfor testing output data transformations by @alexander-alderman-webb in #7036MAX_DATABAG_BREADTHby @Malkiz223 in #6783litellm<=1.96for generating test suites by @alexander-alderman-webb in #7147test-lambda-locallyby @alexander-alderman-webb in #7069pydantic-ai-slimto uv typing group by @alexander-alderman-webb in #7025langchain-baseto uv typing group by @alexander-alderman-webb in #7016ai_track()by @alexander-alderman-webb in #7005functions_to_tracetests by @alexander-alderman-webb in #6933mcp<2forfastmcp<0.3by @alexander-alderman-webb in #6925huey>=3.3.0by @alexander-alderman-webb in #6913httpxdependency tomcpandfastmcptests by @alexander-alderman-webb in #6905adamchainz/time-machine (time-machine)
v3.4.0Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
Configuration
📅 Schedule: (in timezone Europe/Budapest)
* * * * 0,6)🚦 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.