Skip to content

Commit 8ba316a

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update django-ipware requirement from ~=5.0.0 to >=5.0,<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](un33k/django-ipware@v5.0.0...v7.0.1) --- updated-dependencies: - dependency-name: django-ipware dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 879e536 commit 8ba316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'django-sendsms~=0.5.0',
4949
'jsonfield~=3.1.0',
5050
'django-private-storage~=3.1.0',
51-
'django-ipware~=5.0.0',
51+
'django-ipware>=5.0,<7.1',
5252
'pyrad~=2.4',
5353
# Python 3.13 removed built-in telnetlib module,
5454
# thus we use Exscript for telnet.

0 commit comments

Comments
 (0)