diff --git a/poetry.lock b/poetry.lock index e4216fcf..4857a146 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -381,13 +381,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-admin-rangefilter" -version = "0.8.8" +version = "0.12.0" 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.*" 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.0.tar.gz", hash = "sha256:56035f4190d35aad4e699f8fd81306f964642edc96e15ec2a532a1598a466615"}, + {file = "django_admin_rangefilter-0.12.0-py2.py3-none-any.whl", hash = "sha256:4fd7211271c70c51469fc39b182b70f1199ab9ce0b16264654a2eec96751d686"}, ] [[package]] @@ -2106,4 +2106,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "6bbf2ada1ee82ca82b6a57f0e857109a24632ae9d32f9cf1147992dbdcd14502" +content-hash = "f2f65e48593a3dbec7ea69962bc1220f55cf9ae1755ae0b6d8b374d4879d01c8" diff --git a/pyproject.toml b/pyproject.toml index eafe73c6..fc4877ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.7" coreapi = "^2.3" crcmod = "^1.7" django = "^3.2" -django-admin-rangefilter = "^0.8" +django-admin-rangefilter = "^0.12" django-admin-sortable = "^2.2" django-colorfield = "^0.7" django-debug-toolbar = "^3.2"