mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
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:
parent
ee388440cd
commit
34b4c67843
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue