Merge pull request #989 from GSA/dependabot/pip/botocore-1.34.105

Bump botocore from 1.34.103 to 1.34.105
This commit is contained in:
Carlo Costino
2024-05-15 10:58:51 -04:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@@ -204,17 +204,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
[[package]] [[package]]
name = "awscli" name = "awscli"
version = "1.32.103" version = "1.32.105"
description = "Universal Command Line Environment for AWS." description = "Universal Command Line Environment for AWS."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "awscli-1.32.103-py3-none-any.whl", hash = "sha256:443b6c10c93a6f2e632d3e9572d803c1ce015388c457d3f5ca198e0c265f71d1"}, {file = "awscli-1.32.105-py3-none-any.whl", hash = "sha256:46820755a670fe585767eaf9b131474e5edd9a8de6478f4fcacff65e2d41b780"},
{file = "awscli-1.32.103.tar.gz", hash = "sha256:9edbcd613d8dd858ca951a412fe0e28ac5d6b8ea538601963b9d57c8d11b5b10"}, {file = "awscli-1.32.105.tar.gz", hash = "sha256:560126f736ff71844b0a89809a77fb275319af82f18ae6678cfa9c1c5ee1d24c"},
] ]
[package.dependencies] [package.dependencies]
botocore = "1.34.103" botocore = "1.34.105"
colorama = ">=0.2.5,<0.4.7" colorama = ">=0.2.5,<0.4.7"
docutils = ">=0.10,<0.17" docutils = ">=0.10,<0.17"
PyYAML = ">=3.10,<6.1" PyYAML = ">=3.10,<6.1"
@@ -422,13 +422,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.34.103" version = "1.34.105"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "botocore-1.34.103-py3-none-any.whl", hash = "sha256:0330d139f18f78d38127e65361859e24ebd6a8bcba184f903c01bb999a3fa431"}, {file = "botocore-1.34.105-py3-none-any.whl", hash = "sha256:a459d060b541beecb50681e6e8a39313cca981e146a59ba7c5229d62f631a016"},
{file = "botocore-1.34.103.tar.gz", hash = "sha256:5f07e2c7302c0a9f469dcd08b4ddac152e9f5888b12220242c20056255010939"}, {file = "botocore-1.34.105.tar.gz", hash = "sha256:727d5d3e800ac8b705fca6e19b6fefa1e728a81d62a712df9bd32ed0117c740b"},
] ]
[package.dependencies] [package.dependencies]
@@ -4815,4 +4815,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "477254951a3f060f16823c1c5891091efa2f86d0406debe0843e62bb4330116b" content-hash = "329b1aeceb5284b65e2eb1df563a12f2acf2e9f4f655848be64113cc1090aa79"

View File

@@ -12,7 +12,7 @@ alembic = "==1.13.1"
amqp = "==5.2.0" amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3" beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.103" boto3 = "^1.34.103"
botocore = "^1.34.103" botocore = "^1.34.105"
cachetools = "==5.3.3" cachetools = "==5.3.3"
celery = {version = "==5.3.6", extras = ["redis"]} celery = {version = "==5.3.6", extras = ["redis"]}
certifi = ">=2022.12.7" certifi = ">=2022.12.7"