From 44aa782825e8e7ca2a29519f2e3932899a66c9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:13:46 +0000 Subject: [PATCH] [deps] Update channels requirement from ~=3.0.4 to ~=4.1.0 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](https://github.com/django/channels/compare/3.0.4...4.1.0) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4db702f..0d849f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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