Skip to content

Commit

Permalink
Requirements: update django-formtools (#11822)
Browse files Browse the repository at this point in the history
Let's see if tests pass first. If so, we can remove the internal check
we added for conditional dict, and perform a manual import to check if
the notification is duplicated.

Related #11795
  • Loading branch information
humitos authored Dec 9, 2024
1 parent 61412eb commit 380d64b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
# via -r requirements/pip.txt
django-formtools==2.3
django-formtools==2.5.1
# via -r requirements/pip.txt
django-gravatar2==1.4.5
# via -r requirements/pip.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
# via -r requirements/pip.txt
django-formtools==2.3
django-formtools==2.5.1
# via -r requirements/pip.txt
django-gravatar2==1.4.5
# via -r requirements/pip.txt
Expand Down
4 changes: 1 addition & 3 deletions requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ markdown

unicode-slugify

# Version 2.4 makes tests to fail with:
# "RecursionError: maximum recursion depth exceeded in comparison"
django-formtools<2.4
django-formtools

# We cannot upgrade to >=2 because it fails with
# django.template.exceptions.TemplateDoesNotExist: bootstrap/field.html
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ django-extensions==3.2.3
# via -r requirements/pip.in
django-filter==24.3
# via -r requirements/pip.in
django-formtools==2.3
django-formtools==2.5.1
# via -r requirements/pip.in
django-gravatar2==1.4.5
# via -r requirements/pip.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ django-extensions==3.2.3
# via -r requirements/pip.txt
django-filter==24.3
# via -r requirements/pip.txt
django-formtools==2.3
django-formtools==2.5.1
# via -r requirements/pip.txt
django-gravatar2==1.4.5
# via -r requirements/pip.txt
Expand Down

0 comments on commit 380d64b

Please sign in to comment.