Skip to content

Commit

Permalink
Bump django-crispy-forms from 1.14.0 to 2.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent fb298f2 commit 72bedc3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
30 changes: 24 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ better-profanity = "^0.7.0"
boto3 = "^1.26.90"
certifi = "2024.2.2"
chardet = "^5.1.0"
crispy-bootstrap4 = "^2023.1"
crispy-forms-materialize = "0.2"
datedelta = "1.4"
Django = "^4.2.3"
Expand All @@ -47,7 +48,7 @@ django-autocomplete-light = "^3.9.4"
django-bootstrap4 = "^24.1"
django-compressor = "^4.4"
django-compressor-postcss = "0.8.2"
django-crispy-forms = "1.14.0"
django-crispy-forms = "2.1"
django-htmlmin = "0.11.0"
django-localflavor = "4.0"
django-localflavor-us = "1.1"
Expand Down
1 change: 1 addition & 0 deletions virtual_library_card/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"rest_framework",
"bootstrap4",
"crispy_forms",
"crispy_bootstrap4",
"material",
"compressor",
"absoluteuri",
Expand Down

0 comments on commit 72bedc3

Please sign in to comment.