diff --git a/poetry.lock b/poetry.lock index 75b3550..d65f90c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1132,13 +1132,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] @@ -4197,4 +4197,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "0d63e792c8442e009630abd38f7d284864c303cf0d5e9335f41a8b44670fbb2c" +content-hash = "e788b219c0150b489fda1c4477f2a2099abf77d49225c8777b38c69f058a3ccd" diff --git a/pyproject.toml b/pyproject.toml index b8cd1a0..e191052 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"