From 08aa4bf3d37b7aca08d2ba798c3809f022ab6bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:06:15 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 4 updates Bumps the minor group with 4 updates in the / directory: [icalendar](https://github.com/collective/icalendar), [newrelic](https://github.com/newrelic/newrelic-python-agent), [requests](https://github.com/psf/requests) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `icalendar` from 7.1.0 to 7.1.2 - [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.0...v7.1.2) Updates `newrelic` from 13.0.0 to 13.0.1 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v13.0.0...v13.0.1) Updates `requests` from 2.34.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.1...v2.34.2) Updates `uvicorn` from 0.46.0 to 0.48.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.46.0...0.48.0) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: newrelic dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: uvicorn dependency-version: 0.48.0 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 fb98d8b..22e13ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,15 +5,15 @@ django-fullurl==1.4 django-ninja==1.6.2 django==6.0.5 google-cloud-logging==3.15.0 -icalendar==7.1.0 +icalendar==7.1.2 jdcal==1.4.1 Jinja2==3.1.6 # Typogrify imports this even though we're not using it -newrelic==13.0.0 +newrelic==13.0.1 python-dateutil==2.9.0.post0 -requests==2.34.1 +requests==2.34.2 servestatic[brotli]==4.3.0 typogrify==2.1.0 -uvicorn[standard]==0.46.0 +uvicorn[standard]==0.48.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