From d34724765d1fb13c7a4b60b948ba585f0a89633c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 03:53:05 +0000 Subject: [PATCH] build(deps): bump gunicorn from 25.0.1 to 25.0.3 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f531ea70..4760a00e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ django-redis==6.0.0 django-select2==8.4.8 django-simple-history==3.11.0 django-widget-tweaks==1.5.1 -gunicorn==25.0.1 +gunicorn==25.0.3 icalendar==6.3.2 Pillow==12.1.0 psycopg[binary,pool]==3.3.2