Merge pull request #1575 from GSA/dependabot/pip/amqp-5.3.1

Bump amqp from 5.2.0 to 5.3.1
This commit is contained in:
ccostino
2025-02-27 11:23:59 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -157,13 +157,13 @@ tz = ["backports.zoneinfo"]
[[package]] [[package]]
name = "amqp" name = "amqp"
version = "5.2.0" version = "5.3.1"
description = "Low-level AMQP client for Python (fork of amqplib)." description = "Low-level AMQP client for Python (fork of amqplib)."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "amqp-5.2.0-py3-none-any.whl", hash = "sha256:827cb12fb0baa892aad844fd95258143bce4027fdac4fccddbc43330fd281637"}, {file = "amqp-5.3.1-py3-none-any.whl", hash = "sha256:43b3319e1b4e7d1251833a93d672b4af1e40f3d632d479b98661a95f117880a2"},
{file = "amqp-5.2.0.tar.gz", hash = "sha256:a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd"}, {file = "amqp-5.3.1.tar.gz", hash = "sha256:cddc00c725449522023bad949f70fff7b48f0b1ade74d170a6f10ab044739432"},
] ]
[package.dependencies] [package.dependencies]
@@ -4964,4 +4964,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "188e04c36d3ff42ae7ee747ea79d406930af0d342d6b79092d269a89e15a5d38" content-hash = "d85e8ade767dedb34fed538a88db7827f4da6c2737a41724922006c672783387"

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12.2" python = "^3.12.2"
alembic = "==1.13.2" alembic = "==1.13.2"
amqp = "==5.2.0" amqp = "==5.3.1"
beautifulsoup4 = "==4.12.3" beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.150" boto3 = "^1.34.150"
botocore = "^1.34.159" botocore = "^1.34.159"