From 8db513ae2f665d3b2e83101038c84344bb2ebe23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:50:55 +0000 Subject: [PATCH] Bump django-csp from 3.7 to 3.8 Bumps [django-csp](https://github.com/mozilla/django-csp) from 3.7 to 3.8. - [Release notes](https://github.com/mozilla/django-csp/releases) - [Changelog](https://github.com/mozilla/django-csp/blob/main/CHANGES) - [Commits](https://github.com/mozilla/django-csp/compare/3.7...3.8) --- updated-dependencies: - dependency-name: django-csp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 3215d9c9..7425edce 100644 --- a/requirements.in +++ b/requirements.in @@ -9,7 +9,7 @@ cssmin==0.2.0 Django==4.2.3 django-cms==3.11.4 django-countries==7.5.1 -django-csp==3.7 +django-csp==3.8 django-environ==0.11.2 django-haystack==3.2.1 django-filer==3.1.1 diff --git a/requirements.txt b/requirements.txt index 5016efad..fc041607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ django-cms==3.11.4 # djangocms-text-ckeditor django-countries==7.5.1 # via -r requirements.in -django-csp==3.7 +django-csp==3.8 # via -r requirements.in django-environ==0.11.2 # via -r requirements.in