From e004e19f7259ec17e2c053de439ca2256142c2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:46:58 +0000 Subject: [PATCH] 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 75b35504..b8b993e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1146,17 +1146,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" @@ -1482,17 +1479,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.20.0" @@ -4197,4 +4183,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 = "43a681c92939a7ade83c5df195dab25b61271610c6e075f3d7f35326d340d1bd" diff --git a/pyproject.toml b/pyproject.toml index b8cd1a00..ac78b0a8 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"