diff --git a/poetry.lock b/poetry.lock index 50b1d43ae..81839dfd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -806,8 +806,8 @@ unidecode = "*" [package.source] type = "git" url = "https://github.com/TACC/djangocms-forms" -reference = "63ead9288c2ea65139124698bffc0ad01d182afa" -resolved_reference = "63ead9288c2ea65139124698bffc0ad01d182afa" +reference = "6b59ff366495915f06f4d6fac01a2f0aa9efecaf" +resolved_reference = "6b59ff366495915f06f4d6fac01a2f0aa9efecaf" [[package]] name = "djangocms-googlemap" diff --git a/pyproject.toml b/pyproject.toml index a1541d740..b7a5f1b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ djangocms-blog = "^1.2" djangocms-bootstrap4 = {git = "https://github.com/django-cms/djangocms-bootstrap4.git", rev = "49983f4"} djangocms-column = "^2.0" djangocms-file = "3.0.0" -djangocms-forms-maintained = { git = "https://github.com/TACC/djangocms-forms", rev = "63ead9288c2ea65139124698bffc0ad01d182afa" } +djangocms-forms-maintained = { git = "https://github.com/TACC/djangocms-forms", rev = "6b59ff366495915f06f4d6fac01a2f0aa9efecaf" } djangocms-googlemap = "2.0.0" djangocms-icon = "2.0.0" djangocms-link = "^3.1"