From 1880b937a1c549c60607640855015a2a0fa62e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:20:08 +0000 Subject: [PATCH] Bump daphne from 4.1.2 to 4.2.1 Bumps [daphne](https://github.com/django/daphne) from 4.1.2 to 4.2.1. - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.1.2...4.2.1) --- updated-dependencies: - dependency-name: daphne dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 100f9959..5a9f7787 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,4 +59,4 @@ asyncwebsockets==0.9.4 fastapi==0.116.1 channels==4.2.2 -daphne==4.1.2 \ No newline at end of file +daphne==4.2.1 \ No newline at end of file