From d691dc89750b57b10a9f5a7384efda8b14a14bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:04:06 +0000 Subject: [PATCH 1/2] Bump the minor group across 1 directory with 4 updates 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](https://github.com/django/django/compare/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](https://github.com/googleapis/google-cloud-python/compare/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](https://github.com/newrelic/newrelic-python-agent/compare/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](https://github.com/Kludex/uvicorn/compare/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] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 65c323f..14a00c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,16 +3,16 @@ django-ask-sdk==1.0.0 django-cors-headers==4.9.0 django-fullurl==1.4 django-ninja==1.6.2 -django==6.0.7 -google-cloud-logging==3.16.1 +django==6.1 +google-cloud-logging==3.16.2 icalendar==7.2.2 jdcal==1.4.1 mcp==2.0.0 -newrelic==13.3.0 +newrelic==13.4.0 python-dateutil==2.9.0.post0 requests==2.34.2 servestatic[brotli]==4.3.1 -uvicorn[standard]==0.51.0 +uvicorn[standard]==0.52.1 # oscrypto is a dependency of one of the above packages. # We can go back to mainline oscrypto once # https://github.com/wbond/oscrypto/issues/78 is fixed From bc8e9e554f0d483a8694831cf9b16b50a046b15e Mon Sep 17 00:00:00 2001 From: Brian Glass Date: Mon, 17 Aug 2026 16:09:56 -0400 Subject: [PATCH 2/2] Bump django-ninja to 1.6.3 to unblock the Django 6.1 upgrade django-ninja 1.6.2 pins Django<6.1, which made this PR's own Django 6.1 bump fail dependency resolution during the Docker build: ERROR: Cannot install ... because these package versions have conflicting dependencies. The conflict is caused by: The user requested django==6.1 django-ninja 1.6.2 depends on Django<6.1 and >=3.1 1.6.3 drops that upper bound entirely (Django>=3.1, no cap per PyPI's requires_dist), so bumping it alongside django closes the gap. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14a00c2..3970162 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ask_sdk_core==1.19.0 django-ask-sdk==1.0.0 django-cors-headers==4.9.0 django-fullurl==1.4 -django-ninja==1.6.2 +django-ninja==1.6.3 django==6.1 google-cloud-logging==3.16.2 icalendar==7.2.2