diff --git a/poetry.lock b/poetry.lock index 52646f91..97e2e573 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1183,13 +1183,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] @@ -2840,6 +2840,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -4360,4 +4361,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "06cae292b45df0e7590b969713ea3a78d176e2630486f9ddb76a96e3d07383f5" +content-hash = "60d0a60446deacc1f06f733b209942c257f181005a4e55489e2d470630dca1a2" diff --git a/pyproject.toml b/pyproject.toml index 05655b9e..9c8591f7 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"