From 4a22aee7181f1630e2e9f905c5ed1aaa24c58416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:16:58 +0000 Subject: [PATCH] Bump django-pipeline from 3.0.0 to 3.1.0 (#210) 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 8cf2cb0..a93a1e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==4.2.10 djangorestframework==3.15.1 -django-pipeline==3.0.0 +django-pipeline==3.1.0 django-dotenv==1.4.2 django-redis==5.4.0 coreapi==2.3.3