From 80756f1e78c338eef7c308a62bf253bb4ca4791c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:17:42 +0000 Subject: [PATCH] Bump django-pipeline from 3.0.0 to 3.1.0 (#83) Bumps [django-pipeline](https://github.com/jazzband/django-pipeline) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/jazzband/django-pipeline/releases) - [Changelog](https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst) - [Commits](https://github.com/jazzband/django-pipeline/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: django-pipeline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a6901c..58b0be7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django==4.2.10 -django-pipeline==3.0.0 +django-pipeline==3.1.0 django-widget-tweaks==1.5.0 django-dotenv==1.4.2 django-debug-toolbar==4.3.0