From 27152ad14ed1adde29ce758bf3f89d166e02d024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:43:18 +0000 Subject: [PATCH] fix(deps): update dependency django-ipware to v7 --- poetry.lock | 27 ++++++++++++++++++++++----- pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c00b1457d1..152362dc16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1169,15 +1169,18 @@ async-rq = ["django-rq (>=0.6.0)"] [[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-json-widget" version = "1.1.1" @@ -3153,6 +3156,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 = "python-jose" version = "3.3.0" @@ -4386,4 +4403,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.11.4" -content-hash = "4538c870228c2bebb177c857b16beb818fb1f18b96c091668fcf9980aaf6e9ca" +content-hash = "2fdf486cc4f6da7d789c784b73240706797663927c7a1de6cf07413600595a91" diff --git a/pyproject.toml b/pyproject.toml index 7bc933246c..134c9875ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ django-filter = "^2.4.0" django-guardian = "^2.4.0" django-hijack = "^3.4.1" django-imagekit = "^4.1.0" -django-ipware = "^3.0.7" +django-ipware = "^7.0.0" django-json-widget = "^1.0.0" django-redis = "^5.2.0" django-server-status = "^0.7.0"