From 5f93b32ebe66a03f0db394667e9d0a5f6ba7ea82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 06:08:13 +0000 Subject: [PATCH] Bump kombu in /{{ cookiecutter.project_name }}/app/requirements Bumps [kombu](https://kombu.readthedocs.io) from 5.2.2 to 5.2.3. --- updated-dependencies: - dependency-name: kombu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_name }}/app/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/app/requirements/production.txt b/{{ cookiecutter.project_name }}/app/requirements/production.txt index d08f394..81b6c8a 100644 --- a/{{ cookiecutter.project_name }}/app/requirements/production.txt +++ b/{{ cookiecutter.project_name }}/app/requirements/production.txt @@ -2,6 +2,6 @@ Django==3.2.10 django-celery-beat==2.2.1 psycopg2-binary==2.9.2 redis==4.1.0 -kombu==5.2.2 +kombu==5.2.3 celery==5.2.2 gunicorn==20.1.0