diff --git a/poetry.lock b/poetry.lock index b983ad876..cb0e65fa6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,15 +953,18 @@ test = ["pytest", "pytest-cov", "pytest-django"] [[package]] name = "django-ipware" -version = "3.0.7" +version = "7.0.1" description = "A Django application to retrieve user's IP address" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.8" files = [ - {file = "django-ipware-3.0.7.tar.gz", hash = "sha256:753f8214a16ccaac54ea977349a96e37b582a28a54065e00c1c46d530862c85e"}, - {file = "django_ipware-3.0.7-py2.py3-none-any.whl", hash = "sha256:a18820ea2b98ff3f87b7530eb6346f5feb65d18e89397606aacc098fa7b93db2"}, + {file = "django-ipware-7.0.1.tar.gz", hash = "sha256:d9ec43d2bf7cdf216fed8d494a084deb5761a54860a53b2e74346a4f384cff47"}, + {file = "django_ipware-7.0.1-py2.py3-none-any.whl", hash = "sha256:db16bbee920f661ae7f678e4270460c85850f03c6761a4eaeb489bdc91f64709"}, ] +[package.dependencies] +python-ipware = ">=2.0.3" + [[package]] name = "django-modelcluster" version = "6.3" @@ -3247,6 +3250,20 @@ files = [ [package.dependencies] six = ">=1.5" +[[package]] +name = "python-ipware" +version = "3.0.0" +description = "A Python package to retrieve user's IP address" +optional = false +python-versions = ">=3.7" +files = [ + {file = "python_ipware-3.0.0-py3-none-any.whl", hash = "sha256:fc936e6e7ec9fcc107f9315df40658f468ac72f739482a707181742882e36b60"}, + {file = "python_ipware-3.0.0.tar.gz", hash = "sha256:9117b1c4dddcb5d5ca49e6a9617de2fc66aec2ef35394563ac4eecabdf58c062"}, +] + +[package.extras] +dev = ["coverage[toml]", "coveralls (>=3.3,<4.0)", "ruff", "twine"] + [[package]] name = "python3-openid" version = "3.2.0" @@ -4212,4 +4229,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "f1443c96a948649c4417a6bc6f42431f9bbc8c9966570b6db31e773840ba5c61" +content-hash = "31dfd15fa4543eaf264d5112df3704dde2f81702564eb6dc5ef671c7cef89cd2" diff --git a/pyproject.toml b/pyproject.toml index a712274c7..36f43bdb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django = "4.2.16" django-anymail = { version = "8.6", extras = ["mailgun"] } django-filter = "^23.4" django-hijack = "3.6.1" -django-ipware = "3.0.7" +django-ipware = "7.0.1" django-oauth-toolkit = "1.7.1" django-redis = "5.0.0" django-robots = "6.1"