diff --git a/poetry.lock b/poetry.lock index 1dcb1e0..0cecb53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -456,14 +456,14 @@ test = ["djangorestframework", "graphene-django", "pytest", "pytest-cov", "pytes [[package]] name = "django-filter" -version = "22.1" +version = "23.1" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "django-filter-22.1.tar.gz", hash = "sha256:ed473b76e84f7e83b2511bb2050c3efb36d135207d0128dfe3ae4b36e3594ba5"}, - {file = "django_filter-22.1-py3-none-any.whl", hash = "sha256:ed429e34760127e3520a67f415bec4c905d4649fbe45d0d6da37e6ff5e0287eb"}, + {file = "django-filter-23.1.tar.gz", hash = "sha256:dee5dcf2cea4d7f767e271b6d01f767fce7500676d5e5dc58dac8154000b87df"}, + {file = "django_filter-23.1-py3-none-any.whl", hash = "sha256:e3c52ad83c32fb5882125105efb5fea2a1d6a85e7dc64b04ef52edbf14451b6c"}, ] [package.dependencies] @@ -1572,4 +1572,4 @@ keycloak = ["python-keycloak"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3a0fae14bd5750a12ee5f431c8f4bc67347f78ae55d87679b5712e3c0c0b2bbd" +content-hash = "3c2e2ade122cba5d7e16af29125aa90d218f41dba4489bb98b4d7eed1d3522fa" diff --git a/pyproject.toml b/pyproject.toml index f93e4ae..134ceba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ jasmin-metadata = {git = "https://github.com/cedadev/jasmin-metadata.git", tag = jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.git", tag = "v1.1.0"} django-countries = "^7.2.1, !=7.3.0" djangorestframework = {version = "^3.13.1", optional = true} -django-filter = {version = ">= 21.1, <= 22.1", optional = true} +django-filter = {version = ">=21.1,<=23.1", optional = true} drf-spectacular = {version=">=0.22.0,<=0.26.1", optional = true} drf-spectacular-sidecar = {version="^2023.4.1", optional = true} python-keycloak = {version = "^2.14.0", optional = true, python = ">3.7"}