From 2a6dbfbd920fcbf214526b08b6bc1660935e7be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 18:40:14 +0000 Subject: [PATCH] Bump django-form-utils from 1.0.2 to 1.0.3 Bumps [django-form-utils](https://bitbucket.org/carljm/django-form-utils) from 1.0.2 to 1.0.3. - [Commits](https://bitbucket.org/carljm/django-form-utils/commits) --- updated-dependencies: - dependency-name: django-form-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 08db9e8..47ff316 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-braces==1.4.0 django-constant-contact==1.5 django-cors-headers==1.1.0 django-datetime-widget==0.9.3 -django-form-utils==1.0.2 +django-form-utils==1.0.3 django-haystack==3.0 django-jsonfield==0.9.15 django-mathfilters==1.0.0 diff --git a/setup.py b/setup.py index 73dc912..ce68eeb 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read(fname): "django-constant-contact==1.5", "django-cors-headers==1.1.0", "django-datetime-widget==0.9.3", - "django-form-utils==1.0.2", + "django-form-utils==1.0.3", "django-haystack==3.0", "django-jsonfield==0.9.15", "django-mathfilters==1.0.0",