From e995aeddeb29d00ae8b27916d6dc5dc06cea66dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 18:40:21 +0000 Subject: [PATCH] Bump django-braces from 1.4.0 to 1.15.0 Bumps [django-braces](https://github.com/brack3t/django-braces) from 1.4.0 to 1.15.0. - [Release notes](https://github.com/brack3t/django-braces/releases) - [Changelog](https://github.com/brack3t/django-braces/blob/main/docs/changelog.rst) - [Commits](https://github.com/brack3t/django-braces/compare/v1.4.0...v1.15.0) --- updated-dependencies: - dependency-name: django-braces dependency-type: direct:production update-type: version-update:semver-minor ... 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..92a981f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.9.13 Pillow<5 django-bootstrap-pagination==1.7.1 django-bootstrap3==7.0.0 -django-braces==1.4.0 +django-braces==1.15.0 django-constant-contact==1.5 django-cors-headers==1.1.0 django-datetime-widget==0.9.3 diff --git a/setup.py b/setup.py index 73dc912..ee2cbb6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(fname): "Pillow<5", "django-bootstrap-pagination==1.7.1", "django-bootstrap3==7.0.0", - "django-braces==1.4.0", + "django-braces==1.15.0", "django-constant-contact==1.5", "django-cors-headers==1.1.0", "django-datetime-widget==0.9.3",