From ecee47457c226b334e47652edd587c8abfd922ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:50:20 +0000 Subject: [PATCH 1/2] build(deps): update django-ipware requirement from <6.1 to <7.1 Updates the requirements on [django-ipware](https://github.com/un33k/django-ipware) to permit the latest version. - [Changelog](https://github.com/un33k/django-ipware/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/django-ipware/compare/0.0.1...v7.0.1) --- updated-dependencies: - dependency-name: django-ipware 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 db764685436..976e770b1af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -130,7 +130,7 @@ django-cors-headers==4.3.1 user-agents django-user-agents xmljson -django-ipware<6.1 +django-ipware<7.1 # no version here, use latest one with fresh data pycountry From a533962d194b180388549a772f77cb239981b243 Mon Sep 17 00:00:00 2001 From: afabiani Date: Mon, 22 Apr 2024 10:13:50 +0200 Subject: [PATCH 2/2] - Align setup.cfg to requirements.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b4e2af2573a..3868cd41c88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -155,7 +155,7 @@ install_requires = user-agents django-user-agents xmljson - django-ipware<6.1 + django-ipware<7.1 # no version here, use latest one with fresh data pycountry