Bump boto3 from 1.34.139 to 1.34.143

Bumps [boto3](https://github.com/boto/boto3) from 1.34.139 to 1.34.143.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.139...1.34.143)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-12 21:32:26 +00:00
committed by GitHub
parent 5b2b1c30b7
commit af398672e0
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -403,17 +403,17 @@ files = [
[[package]]
name = "boto3"
version = "1.34.139"
version = "1.34.143"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.139-py3-none-any.whl", hash = "sha256:98b2a12bcb30e679fa9f60fc74145a39db5ec2ca7b7c763f42896e3bd9b3a38d"},
{file = "boto3-1.34.139.tar.gz", hash = "sha256:32b99f0d76ec81fdca287ace2c9744a2eb8b92cb62bf4d26d52a4f516b63a6bf"},
{file = "boto3-1.34.143-py3-none-any.whl", hash = "sha256:0d16832f23e6bd3ae94e35ea8e625529850bfad9baccd426de96ad8f445d8e03"},
{file = "boto3-1.34.143.tar.gz", hash = "sha256:b590ce80c65149194def43ebf0ea1cf0533945502507837389a8d22e3ecbcf05"},
]
[package.dependencies]
botocore = ">=1.34.139,<1.35.0"
botocore = ">=1.34.143,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4752,4 +4752,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "43fbc6cd3dc024d6224dab89601eea51c9a9b1c7c46b68398dd18d7714e7d27b"
content-hash = "0f51c6fc63f1098f1a94e9678ce73557078a25ff9cba4dbedc5a16f2610b6ef3"

View File

@@ -11,7 +11,7 @@ python = "^3.12.2"
alembic = "==1.13.2"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.139"
boto3 = "^1.34.143"
botocore = "^1.34.143"
cachetools = "==5.3.3"
celery = {version = "==5.4.0", extras = ["redis"]}