From 3451525e66bca951c8cdd330a2c7dbb985060364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 06:03:27 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [django](https://github.com/django/django) and [servestatic](https://github.com/Archmonger/ServeStatic). Updates `django` from 6.1 to 6.1.1 - [Commits](https://github.com/django/django/compare/6.1...6.1.1) Updates `servestatic` from 4.3.1 to 4.3.4 - [Release notes](https://github.com/Archmonger/ServeStatic/releases) - [Changelog](https://github.com/Archmonger/ServeStatic/blob/main/CHANGELOG.md) - [Commits](https://github.com/Archmonger/ServeStatic/compare/4.3.1...4.3.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: servestatic dependency-version: 4.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fcffc59..b15f5f9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,14 +3,14 @@ django-ask-sdk==1.0.0 django-cors-headers==4.9.0 django-fullurl==1.4 django-ninja==1.7.0 -django==6.1 +django==6.1.1 icalendar==7.3.0 jdcal==1.4.1 mcp==2.1.1 newrelic==13.5.0 python-dateutil==2.9.0.post0 requests==2.34.2 -servestatic[brotli]==4.3.1 +servestatic[brotli]==4.3.4 # uvicorn[standard] bundles websockets, watchfiles, python-dotenv, and # pyyaml alongside the two extras this app actually benefits from -- # nothing here uses WebSockets, --reload falls back to uvicorn's built-in