Bump amqp from 5.1.1 to 5.2.0

Bumps [amqp](https://github.com/celery/py-amqp) from 5.1.1 to 5.2.0.
- [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.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: amqp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-07 21:24:20 +00:00
committed by GitHub
parent 87ebf51331
commit e1d2c21f2c
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
alembic = "==1.12.0"
amqp = "==5.1.1"
amqp = "==5.2.0"
arrow = "==1.3.0"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.3"