diff --git a/poetry.lock b/poetry.lock index 8bbf1094cb..4223585579 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1090,15 +1090,18 @@ test = ["pytest", "pytest-cov", "pytest-django"] [[package]] name = "django-ipware" -version = "4.0.2" +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-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, - {file = "django_ipware-4.0.2-py2.py3-none-any.whl", hash = "sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9"}, + {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" @@ -3362,6 +3365,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" @@ -4220,4 +4237,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "bcef460938d1ab6d8be34d5f5d159ef8d3d46900023593500c5a26f667aac5d7" +content-hash = "5c72e5788ccec59539772b36b1503c0b0f8bdd1af0ece4373602d2b4d371cc26" diff --git a/pyproject.toml b/pyproject.toml index 215ad9d3d7..9ea44b1c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-filter = "^2.4.0" django-fsm = "^2.8.0" django-fsm-admin = "^1.2.4" django-hijack = "^3.0.0" -django-ipware = "^4.0.0" +django-ipware = "^7.0.0" django-oauth-toolkit = "^1.7.0" django-redis = "^5.0.0" django-reversion = "^5.0.0"