diff --git a/poetry.lock b/poetry.lock index ffee2288..92e96126 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1186,13 +1186,13 @@ async-rq = ["django-rq (>=0.6.0)"] [[package]] name = "django-ipware" -version = "6.0.5" +version = "7.0.1" description = "A Django application to retrieve user's IP address" optional = false python-versions = ">=3.8" files = [ - {file = "django-ipware-6.0.5.tar.gz", hash = "sha256:b39e27403287d6beb0513e694024017dba58d129fd410a1014ac8a1584e73fce"}, - {file = "django_ipware-6.0.5-py2.py3-none-any.whl", hash = "sha256:a4b73de9a58af9aaa08710da689fb87e39ec470f8df6dc7ee9f8e2d3e0cdef6a"}, + {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] @@ -4327,4 +4327,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "e5620c30ca7cd18cd7d873c50725a83719fefb76d1edb4b22949fe7ba67f8bbd" +content-hash = "98c2a2e4394782bf28cf61b8ccee5371cb770641612000de4a2e0e89a39b3cf1" diff --git a/pyproject.toml b/pyproject.toml index 6323a8f3..cbfb5bf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ django-filter = "^23.0" django-guardian = "^2.4.0" django-hijack = "^3.4.1" django-imagekit = "^5.0.0" -django-ipware = "^6.0.0" +django-ipware = "^7.0.0" django-json-widget = "^1.1.1" django-redis = "^5.0.0" django-server-status = "^0.7.0"