From ac3753844e3212a5738bd19ec7bdb9cdcaccab8f Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 20 Sep 2023 19:32:42 +0530 Subject: [PATCH] [chores] Fixed netaddr dependency version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 541ca402b..10ff88348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master influxdb~=5.3.1 django-nested-admin~=4.0.2 -netaddr~=0.8 +netaddr~=0.8.0 python-dateutil~=2.8.2 openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master urllib3~=2.0.3