Bump boto3 from 1.29.2 to 1.29.5

Bumps [boto3](https://github.com/boto/boto3) from 1.29.2 to 1.29.5.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.29.2...1.29.5)

---
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]
2023-11-22 14:13:40 +00:00
committed by GitHub
parent 7d8adff709
commit a4d8300bd3
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -403,17 +403,17 @@ files = [
[[package]] [[package]]
name = "boto3" name = "boto3"
version = "1.29.2" version = "1.29.5"
description = "The AWS SDK for Python" description = "The AWS SDK for Python"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
files = [ files = [
{file = "boto3-1.29.2-py3-none-any.whl", hash = "sha256:6617ac176efb21485ebc3a058a3a97feb1300141421ae3d1809562c4cac1d5f9"}, {file = "boto3-1.29.5-py3-none-any.whl", hash = "sha256:030b0f0faf8d44f97e67a5411644243482f33ebf1c45338bb40662239a16dda4"},
{file = "boto3-1.29.2.tar.gz", hash = "sha256:f3024bba9ac980007ba7b5f28a9734d111fb5466e2426ac76c5edbd6dedd8db2"}, {file = "boto3-1.29.5.tar.gz", hash = "sha256:76fc6a17781c27558c526e899579ccf530df10eb279261fe7800540f0043917e"},
] ]
[package.dependencies] [package.dependencies]
botocore = ">=1.32.2,<1.33.0" botocore = ">=1.32.5,<1.33.0"
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.7.0,<0.8.0" s3transfer = ">=0.7.0,<0.8.0"
@@ -4709,4 +4709,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "a3e444bb8269fe4665262055075fe09a366ad236eabed7e18fc6ed704a348f20" content-hash = "f02ca25f34c90ca0577ee2957d034f602bd9d6727e673e4e7140867494c8515e"

View File

@@ -11,7 +11,7 @@ python = ">=3.9,<3.12"
alembic = "==1.12.1" alembic = "==1.12.1"
amqp = "==5.2.0" amqp = "==5.2.0"
beautifulsoup4 = "==4.12.2" beautifulsoup4 = "==4.12.2"
boto3 = "^1.28.85" boto3 = "^1.29.5"
botocore = "^1.32.5" botocore = "^1.32.5"
cachetools = "==5.3.2" cachetools = "==5.3.2"
celery = {version = "==5.3.5", extras = ["redis"]} celery = {version = "==5.3.5", extras = ["redis"]}