From 0e0705a7cd61edc76d7986e45a22fa2c6ce35e83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:23:00 +0000 Subject: [PATCH] fix(deps): update dependency django-json-widget to v2 --- poetry.lock | 20 +++----------------- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2ace57a..8a2dc7e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1200,17 +1200,14 @@ python-ipware = ">=2.0.3" [[package]] name = "django-json-widget" -version = "1.1.1" +version = "2.0.1" description = "Django json widget is an alternative widget that makes it easy to edit the jsonfield field of django." optional = false python-versions = "*" files = [ - {file = "django-json-widget-1.1.1.tar.gz", hash = "sha256:ec948a4c379687f9c854748ba540fdbeb1b1730846ca953f186818521de7e696"}, + {file = "django-json-widget-2.0.1.tar.gz", hash = "sha256:adb4cab17fe5a04139037d7d84725369530ef35b912c3790d3a7b13f99351358"}, ] -[package.dependencies] -future = "*" - [[package]] name = "django-oauth-toolkit" version = "2.4.0" @@ -1590,17 +1587,6 @@ files = [ [package.dependencies] python-dateutil = ">=2.7" -[[package]] -name = "future" -version = "1.0.0" -description = "Clean single-source support for Python 3 and 2" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, - {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, -] - [[package]] name = "google-api-core" version = "2.23.0" @@ -4341,4 +4327,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "06cae292b45df0e7590b969713ea3a78d176e2630486f9ddb76a96e3d07383f5" +content-hash = "ed0578f6b37467eff410d5659aa78ac8b674ae18a817fed5a0c28a26d1706a23" diff --git a/pyproject.toml b/pyproject.toml index 05655b9e..7c6e8656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ django-guardian = "^2.4.0" django-hijack = "^3.4.1" django-imagekit = "^5.0.0" django-ipware = "^6.0.0" -django-json-widget = "^1.1.1" +django-json-widget = "^2.0.0" django-redis = "^5.0.0" django-server-status = "^0.7.0" django-storages = "^1.13.2"