From 1d6d96db67127f170fb0e69e1b3e1e0852ff1f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:37:31 +0000 Subject: [PATCH] [deps] Update tldextract requirement in /images/openwisp_base Updates the requirements on [tldextract](https://github.com/john-kurkowski/tldextract) to permit the latest version. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/5.1.2...5.1.3) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/openwisp_base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openwisp_base/requirements.txt b/images/openwisp_base/requirements.txt index 2ee787f5..a0b2631a 100644 --- a/images/openwisp_base/requirements.txt +++ b/images/openwisp_base/requirements.txt @@ -8,7 +8,7 @@ django-cors-headers~=4.6 django-pipeline~=3.1 uwsgi~=2.0.28 django-celery-email~=3.0.0 -tldextract~=5.1.2 +tldextract~=5.1.3 # these add support for object storage # (eg: Amazon S3, GCS) django-storages~=1.14.4