diff --git a/pyproject.toml b/pyproject.toml index 37f702b..c8a553a 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.2.7"} django-countries = "^7.2.1, !=7.3.0" djangorestframework = {version = "^3.13.1", optional = true} -django-filter = {version = "^23.2", optional = true} +django-filter = {version = "^24.1", optional = true} drf-spectacular = {version="^0.27.1", optional = true} drf-spectacular-sidecar = {version="^2024.1.1", optional = true} python-keycloak = {version = "^3.2.0", optional = true}