Skip to content

Commit

Permalink
[deps] Update channels requirement from ~=3.0.4 to ~=4.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [channels](https://github.com/django/channels) to permit the latest version.
- [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt)
- [Commits](django/channels@3.0.4...4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent a7c84b4 commit 44aa782
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
@@ -1,6 +1,6 @@
# Does not supports Django 4.0.0
django>=3.2.18,!=4.0.*,<4.3
channels~=3.0.4
channels~=4.1.0
django-leaflet~=0.29.0
Pillow~=10.4.0
geopy~=2.3.0
Expand Down

0 comments on commit 44aa782

Please sign in to comment.