Skip to content

Commit f240510

Browse files
Bump django-crispy-forms from 1.14.0 to 2.0
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.0. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](django-crispy-forms/django-crispy-forms@1.14.0...2.0) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdbd0ba commit f240510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ django==3.2.13 # pyup: < 4.0 # https://www.djangoproject.com/
1717
django-environ==0.9.0 # https://github.com/joke2k/django-environ
1818
django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils
1919
django-allauth==0.50.0 # https://github.com/pennersr/django-allauth
20-
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
20+
django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms
2121
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
2222
django-compressor==4.3.1 # https://github.com/django-compressor/django-compressor
2323
django-redis==5.2.0 # https://github.com/jazzband/django-redis

0 commit comments

Comments
 (0)