From fbf3a68d8a2c71036cb97e2ba430053544a5963d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:30:09 +0100 Subject: [PATCH] build(deps): Bump amqp from 5.2.0 to 5.3.1 (#442) Bumps [amqp](https://github.com/celery/py-amqp) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/celery/py-amqp/releases) - [Changelog](https://github.com/celery/py-amqp/blob/main/Changelog) - [Commits](https://github.com/celery/py-amqp/compare/v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: amqp 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 8ae2b40..18f2490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django==5.0.8 -amqp==5.2.0 +amqp==5.3.1 celery==5.4.0 future==1.0.0 certifi