Skip to content

Commit

Permalink
Bump amqp from 5.1.1 to 5.2.0 (#11688)
Browse files Browse the repository at this point in the history
* 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](celery/py-amqp@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>

* Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Nov 16, 2023
1 parent 82eeca1 commit ae45e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ psycopg2==2.9.9
Django==3.2.23

# Other
amqp==5.1.1
amqp==5.2.0
beautifulsoup4==4.12.2
httplib2<0.22.1
hyperlink==21.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_requires =
Django==3.2.23

# Other
amqp==5.1.1
amqp==5.2.0
beautifulsoup4==4.12.2
httplib2<0.22.1
hyperlink==21.0.0
Expand Down

0 comments on commit ae45e10

Please sign in to comment.