Update django-ipware requirement from <4,>=3 to >=3,<5

Updates the requirements on [django-ipware](https://github.com/un33k/django-ipware) to permit the latest version.
- [Release notes](https://github.com/un33k/django-ipware/releases)
- [Changelog](https://github.com/un33k/django-ipware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/django-ipware/compare/3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: django-ipware
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-20 12:07:28 +00:00 committed by GitHub
parent ee388440cd
commit 34b4c67843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ setup(
use_scm_version=True,
setup_requires=["setuptools_scm"],
python_requires="~=3.6",
install_requires=["django>=2.2", "django-ipware>=3,<4"],
install_requires=["django>=2.2", "django-ipware>=3,<5"],
include_package_data=True,
packages=find_packages(exclude=["tests"]),
classifiers=[