Skip to content

Commit

Permalink
Update daphne requirement from ==4.0.* to ==4.1.* in /server
Browse files Browse the repository at this point in the history
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](https://github.com/django/daphne/commits)

---
updated-dependencies:
- dependency-name: daphne
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 80c820d commit 97748fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gunicorn==21.2.0
uvicorn[standard]==0.26.0

# dev
daphne==4.0.*
daphne==4.1.*
black==23.7
isort==5.13.2
flake8==7.0.0
Expand Down

0 comments on commit 97748fb

Please sign in to comment.