diff --git a/poetry.lock b/poetry.lock
index 58591c930aa69b5b2469e119fdddbcd326286af4..00631a68e4b402f1781f6da88b3a0e87658d9855 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -307,7 +307,7 @@ description = "A high-level Python Web framework that encourages rapid developme
 name = "django"
 optional = false
 python-versions = ">=3.6"
-version = "3.0.5"
+version = "3.0.6"
 
 [package.dependencies]
 asgiref = ">=3.2,<4.0"
@@ -482,9 +482,9 @@ persisting_theory = ">=0.2.1"
 six = "*"
 
 [package.source]
-reference = "3cb2637e99455260e1988fb969bdce16ba7a9801"
+reference = "7bee176d6a832c200d255bcd1e9d12c85cb1d4f8"
 type = "git"
-url = "https://github.com/EliotBerriot/django-dynamic-preferences"
+url = "https://github.com/hansegucker/django-dynamic-preferences"
 [[package]]
 category = "main"
 description = "Yet another Django audit log app, hopefully the simplest one."
@@ -703,10 +703,6 @@ version = "3.0.1"
 Django = ">=1.11.3"
 babel = "*"
 
-[package.dependencies.phonenumbers]
-optional = true
-version = ">=7.0.2"
-
 [package.extras]
 phonenumbers = ["phonenumbers (>=7.0.2)"]
 phonenumberslite = ["phonenumberslite (>=7.0.2)"]
@@ -2123,7 +2119,7 @@ celery = ["Celery", "django-celery-results", "django-celery-beat", "django-celer
 ldap = ["django-auth-ldap"]
 
 [metadata]
-content-hash = "3bc7c837a8b8f45e3eef3a5fe9110eead97dac00028816044395aac4dd71e39b"
+content-hash = "9ba47427abccbcd5c0720899f3dd7bbe03ed06893cfa00e5824362a3e6c82551"
 python-versions = "^3.7"
 
 [metadata.files]
@@ -2252,8 +2248,8 @@ dj-database-url = [
     {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"},
 ]
 django = [
-    {file = "Django-3.0.5-py3-none-any.whl", hash = "sha256:642d8eceab321ca743ae71e0f985ff8fdca59f07aab3a9fb362c617d23e33a76"},
-    {file = "Django-3.0.5.tar.gz", hash = "sha256:d4666c2edefa38c5ede0ec1655424c56dc47ceb04b6d8d62a7eac09db89545c1"},
+    {file = "Django-3.0.6-py3-none-any.whl", hash = "sha256:051ba55d42daa3eeda3944a8e4df2bc96d4c62f94316dea217248a22563c3621"},
+    {file = "Django-3.0.6.tar.gz", hash = "sha256:9aaa6a09678e1b8f0d98a948c56482eac3e3dd2ddbfb8de70a868135ef3b5e01"},
 ]
 django-any-js = [
     {file = "django-any-js-1.0.3.post0.tar.gz", hash = "sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"},
@@ -2471,8 +2467,6 @@ flake8-builtins = [
 ]
 flake8-django = [
     {file = "flake8-django-0.0.4.tar.gz", hash = "sha256:7329ec2e2b8b194e8109639c534359014c79df4d50b14f4b85b8395edc5d6760"},
-    {file = "flake8_django-0.0.4-py3.5.egg", hash = "sha256:ca66462724acbcf241d29edec201dac40c05cc27ae118b5abb8d74066681402f"},
-    {file = "flake8_django-0.0.4-py3.7.egg", hash = "sha256:29721a4976f784921b140752234447af1192c4e4f989d0db4e2d9f7f7915fa86"},
 ]
 flake8-docstrings = [
     {file = "flake8-docstrings-1.5.0.tar.gz", hash = "sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717"},
diff --git a/pyproject.toml b/pyproject.toml
index b503eee1d72242a4701784856d99c9ab5f69213c..8458be15206de82e59bf61d36a93d4c2bc62a330 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ django-two-factor-auth = { version = "^1.11.0", extras = [ "yubikey", "phonenumb
 django-yarnpkg = "^6.0"
 django-material = "^1.6.0"
 django-pwa = "^1.0.8"
-django-dynamic-preferences = {git = "https://github.com/EliotBerriot/django-dynamic-preferences", rev = "develop"}
+django-dynamic-preferences = {git = "https://github.com/hansegucker/django-dynamic-preferences", rev = "fixed"}
 django_widget_tweaks = "^1.4.5"
 django-filter = "^2.2.0"
 django-templated-email = "^2.3.0"