From 9b78d71c72cfe31812a736943590491da612f863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 06:03:44 +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-ninja](https://github.com/vitalik/django-ninja) | `1.6.3` | `1.7.0` | | [icalendar](https://github.com/collective/icalendar) | `7.2.2` | `7.3.0` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `2.0.0` | `2.1.1` | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `13.4.0` | `13.5.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.1` | `0.52.4` | Updates `django-ninja` from 1.6.3 to 1.7.0 - [Release notes](https://github.com/vitalik/django-ninja/releases) - [Commits](https://github.com/vitalik/django-ninja/compare/v1.6.3...v1.7.0) Updates `icalendar` from 7.2.2 to 7.3.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.2.2...v7.3.0) Updates `mcp` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v2.0.0...v2.1.1) Updates `newrelic` from 13.4.0 to 13.5.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v13.4.0...v13.5.0) Updates `uvicorn` from 0.52.1 to 0.52.4 - [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.52.1...0.52.4) --- updated-dependencies: - dependency-name: django-ninja dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: icalendar dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: newrelic dependency-version: 13.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch 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 07971f86..5fcffc59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ 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.3 +django-ninja==1.7.0 django==6.1 -icalendar==7.2.2 +icalendar==7.3.0 jdcal==1.4.1 -mcp==2.0.0 -newrelic==13.4.0 +mcp==2.1.1 +newrelic==13.5.0 python-dateutil==2.9.0.post0 requests==2.34.2 servestatic[brotli]==4.3.1 @@ -19,7 +19,7 @@ servestatic[brotli]==4.3.1 # at this app's size), and nothing passes --env-file or a YAML # --log-config. Installing just uvloop/httptools directly instead of the # [standard] extra keeps the two extras that matter. -uvicorn==0.52.1 +uvicorn==0.52.4 uvloop==0.22.1 httptools==0.8.0 # oscrypto is a dependency of one of the above packages.