Skip to content

Commit

Permalink
Update daphne requirement from ==4.0.* to ==4.1.*
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](django/daphne@4.0.0b1...4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 16c6bee commit 99db5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pytest-cov==4.1.*
Django==4.2.*
celery==5.3.*
eventlet==0.33.*
daphne==4.0.*
daphne==4.1.*
redis==5.0.*

# DRF
Expand Down

0 comments on commit 99db5dc

Please sign in to comment.