Bump the minor group across 1 directory with 4 updates - #174
Closed
dependabot[bot] wants to merge 2 commits into
Closed
Bump the minor group across 1 directory with 4 updates#174dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the minor group with 4 updates in the / directory: [django](https://github.com/django/django), [google-cloud-logging](https://github.com/googleapis/google-cloud-python), [newrelic](https://github.com/newrelic/newrelic-python-agent) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `django` from 6.0.7 to 6.1 - [Commits](django/django@6.0.7...6.1) Updates `google-cloud-logging` from 3.16.1 to 3.16.2 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-logging-v3.16.1...google-cloud-logging-v3.16.2) Updates `newrelic` from 13.3.0 to 13.4.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v13.3.0...v13.4.0) Updates `uvicorn` from 0.51.0 to 0.52.1 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.51.0...0.52.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: google-cloud-logging dependency-version: 3.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: newrelic dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
2 tasks
Owner
|
Superseded by #188, which rebases this bump onto current main and adds django-ninja 1.6.2→1.6.3 to unblock the django 6.1 upgrade (1.6.2 pins Django<6.1, which is why this PR's build was failing). |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the minor group with 4 updates in the / directory: django, google-cloud-logging, newrelic and uvicorn.
Updates
djangofrom 6.0.7 to 6.1Commits
fe0a859[6.1.x] Bumped version for 6.1 release.6277045[6.1.x] Updated man page for Django 6.1.fc78c5c[6.1.x] Finalized release notes for Django 6.1.c58d861[6.1.x] Updated translations from Transifex.dc1b8de[6.1.x] Added missing lang override in translation fetching helper for Serbia...1f5bf63[6.1.x] Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_defa...8099984[6.1.x] Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15...5a260d3[6.1.x] Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before...9e4a3f1[6.1.x] Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry c...5b3523d[6.1.x] Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Updates
google-cloud-loggingfrom 3.16.1 to 3.16.2Release notes
Sourced from google-cloud-logging's releases.
Commits
905bfe3chore: release main (#17832)ad8f93cfix(api-core): use truthiness check in setup_request_id to support proto-plus...06dd2c0chore: bump google-api-core to 2.28.0 (#18003)08f21a6fix(proto-plus): add context to TypeErrors during message manipulation (#17682)32fd479tests(spanner): avoid table name collisions in tests (#18001)2207ca6feat: add pandas-gbq capability helper (#17957)6167e41fix: deduplicate x-goog-api-client headers (#17616)71bc622docs: add connector libraries overview table to package README (#17939)1b5c48bfix(bigframes): fix field name typos for ai.generate* functions (#17983)f64ada2fix: avoid retaining routing parameter instances in cache (#17961)Updates
newrelicfrom 13.3.0 to 13.4.0Release notes
Sourced from newrelic's releases.
Commits
2e612b0Swap to Trace Cache ID in LangChain and AgentFramework (#1805)9d788dbRepair Tests in CI (#1807)a689541Instrument New Redis Commands (#1806)b54cd2dFix Missing ChatCompletion events in LangChain when using MCP (#1800)2778c17Bump the github_actions group with 3 updates (#1804)Updates
uvicornfrom 0.51.0 to 0.52.1Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
ee8e45cVersion 0.52.1 (#3056)b57926dRemove duplicate content headers from WebSocket denial responses on websocket...49de1b9chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#3042)2f3fa3aComplete server-initiated closes in SansIO WebSocket protocols (#3053)8c59d55chore(deps): bump the github-actions group with 5 updates (#3054)e148451Handle connection loss during WebSocket write backpressure (#3050)e16a69bAdd missing write flow control towebsockets-sansio(#3048)ef1dd44Fold the zttp-only tests back into the HTTP test suite (#3046)8f1b884Version 0.52.0 (#3044)f6833dbAdd experimental zttp HTTP/1.1 protocol (#2979)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions