From 0431e5b33e0d651bb6515d21214a4abe5e2558c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:04:15 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `6.0.6` | `6.0.7` | | [google-cloud-logging](https://github.com/googleapis/google-cloud-python) | `3.16.0` | `3.16.1` | | [icalendar](https://github.com/collective/icalendar) | `7.1.3` | `7.2.0` | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `13.1.1` | `13.2.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.51.0` | Updates `django` from 6.0.6 to 6.0.7 - [Commits](https://github.com/django/django/compare/6.0.6...6.0.7) Updates `google-cloud-logging` from 3.16.0 to 3.16.1 - [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.0...google-cloud-logging-v3.16.1) Updates `icalendar` from 7.1.3 to 7.2.0 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v7.1.3...v7.2.0) Updates `newrelic` from 13.1.1 to 13.2.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v13.1.1...v13.2.0) Updates `uvicorn` from 0.49.0 to 0.51.0 - [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.49.0...0.51.0) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: google-cloud-logging dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: icalendar dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: newrelic dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 92b9d84..f1390c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,17 +3,17 @@ django-ask-sdk==1.0.0 django-cors-headers==4.9.0 django-fullurl==1.4 django-ninja==1.6.2 -django==6.0.6 -google-cloud-logging==3.16.0 -icalendar==7.1.3 +django==6.0.7 +google-cloud-logging==3.16.1 +icalendar==7.2.0 jdcal==1.4.1 Jinja2==3.1.6 # Typogrify imports this even though we're not using it -newrelic==13.1.1 +newrelic==13.2.0 python-dateutil==2.9.0.post0 requests==2.34.2 servestatic[brotli]==4.3.1 typogrify==2.1.0 -uvicorn[standard]==0.49.0 +uvicorn[standard]==0.51.0 # 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