diff --git a/poetry.lock b/poetry.lock index aed7eb81..3601430b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -427,13 +427,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-admin-rangefilter" -version = "0.8.8" +version = "0.12.4" description = "django-admin-rangefilter app, add the filter by a custom date range on the admin UI." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ - {file = "django-admin-rangefilter-0.8.8.tar.gz", hash = "sha256:ad4ffc94e05b535ccb72372ce0f698b7890a9ae7989b6d5e5694a41a61036a50"}, - {file = "django_admin_rangefilter-0.8.8-py2.py3-none-any.whl", hash = "sha256:26e34a6fad29876b2e6b28d5caf32970524a58ac47f27b8b1138089a901cef0a"}, + {file = "django-admin-rangefilter-0.12.4.tar.gz", hash = "sha256:963df82cc948f938bd437df27db4b2649688034ae3045d748bbaf7686f712a70"}, + {file = "django_admin_rangefilter-0.12.4-py2.py3-none-any.whl", hash = "sha256:1a86deda4331ee56ccec85ece2fdc166619fcf0b336195ac340b40c6f15844a4"}, ] [[package]] @@ -2273,4 +2273,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "34ca002283fbfeb1f65a8c3ccb5294d20e2aceff1e603a9d37f159fb196bece8" +content-hash = "6184a87b9f8b25a7820fa2bda26e90eb2fd88ea5fc94897351b010594f188617" diff --git a/pyproject.toml b/pyproject.toml index 89b17096..3a4c099a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.7" coreapi = "^2.0" crcmod = "^1.0" django = "^3.0" -django-admin-rangefilter = "^0.8" +django-admin-rangefilter = "^0.12" django-admin-sortable = "^2.0" django-colorfield = "^0.7" django-debug-toolbar = "^3.0"