diff --git a/Pipfile b/Pipfile index d9c3f184..ee56a8fd 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ name = "pypi" # required for adminapi. # Adminapi: # Like ipaddress but for MACs -netaddr = "<1.0.0" +netaddr = ">=0.8.0,<1.4.0" # Debian stretch version Django = "~=4.2" # postgres lib used by django diff --git a/Pipfile.lock b/Pipfile.lock index 65edc256..27e500a8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "384bd355bdb74e2c4ae913bfe0d72f7f248bf22988d8cfba625bdf766a1c691e" + "sha256": "9c2e26cf62a94f4f8ed975075db87654638cda907a10afd04ce868b829b4c4e1" }, "pipfile-spec": 6, "requires": { @@ -312,11 +312,12 @@ }, "netaddr": { "hashes": [ - "sha256:9822305b42ea1020d54fee322d43cee5622b044c07a1f0130b459bb467efcf88", - "sha256:f4da4222ca8c3f43c8e18a8263e5426c750a3a837fdfeccf74c68d0408eaa3bf" + "sha256:5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a", + "sha256:c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe" ], "index": "pypi", - "version": "==0.10.1" + "markers": "python_version >= '3.7'", + "version": "==1.3.0" }, "paramiko": { "hashes": [ diff --git a/setup.py b/setup.py index be3729a6..d4305321 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ }, install_requires=[ 'paramiko>=2.7,<4', - 'netaddr~=0.8.0', + 'netaddr>=0.8.0,<1.4.0', ], author='InnoGames System Administration', author_email='it@innogames.com',