From eb2d92ac1c9bdd26c1e230157220705c30d2ab03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:37:51 +0000 Subject: [PATCH] Bump django-crispy-forms from 1.10.0 to 1.11.0 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.10.0...1.11.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72938d8..2ab40c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.3.1 Django==3.1.6 -django-crispy-forms==1.10.0 +django-crispy-forms==1.11.0 mysqlclient==2.0.3 Pillow==8.1.0 pytz==2021.1