Skip to content

Commit 078ed2b

Browse files
Update daphne requirement from ==4.1.* to ==4.2.* in /server (#337)
Updates the requirements on [daphne](https://github.com/django/daphne) to permit the latest version. - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](django/daphne@4.1.0...4.2.0) --- updated-dependencies: - dependency-name: daphne dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41896f0 commit 078ed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gunicorn==23.0.0
3939
uvicorn[standard]==0.34.2
4040

4141
# dev
42-
daphne==4.1.*
42+
daphne==4.2.*
4343
black==24.10.0
4444
isort==6.0.1
4545
flake8==7.2.0

0 commit comments

Comments
 (0)