diff --git a/poetry.lock b/poetry.lock index 52646f91..1aa025ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1197,17 +1197,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" @@ -1587,17 +1584,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.24.0" @@ -2840,6 +2826,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 +4347,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"