From b67b4fa727f6147260a836b058dc1a8fab22982e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:37:21 +0000 Subject: [PATCH] build(deps): bump django-crispy-forms from 2.0 to 2.1 in /server Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 2.0 to 2.1. - [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](https://github.com/django-crispy-forms/django-crispy-forms/compare/2.0...2.1) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements/common.txt b/server/requirements/common.txt index 9d1f6234..3312bbfa 100644 --- a/server/requirements/common.txt +++ b/server/requirements/common.txt @@ -6,7 +6,7 @@ django-celery-beat==2.5.0 django-celery-results==2.5.1 django-cleanup==8.0.0 django-constance[database]==3.1.0 -django-crispy-forms==2.0 +django-crispy-forms==2.1 django-dbbackup==4.0.2 django-ipware==5.0.1 djangorestframework==3.14.0