Bump boto3 from 1.28.83 to 1.28.85

Bumps [boto3](https://github.com/boto/boto3) from 1.28.83 to 1.28.85.
- [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.28.83...1.28.85)

---
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-15 21:19:08 +00:00
committed by GitHub
parent d54d17cbb5
commit 34054fbcd7
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.28.83"
version = "1.28.85"
description = "The AWS SDK for Python"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.28.83-py3-none-any.whl", hash = "sha256:1d10691911c4b8b9443d3060257ba32b68b6e3cad0eebbb9f69fd1c52a78417f"},
{file = "boto3-1.28.83.tar.gz", hash = "sha256:489c4967805b677b7a4030460e4c06c0903d6bc0f6834453611bf87efbd8d8a3"},
{file = "boto3-1.28.85-py3-none-any.whl", hash = "sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31"},
{file = "boto3-1.28.85.tar.gz", hash = "sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b"},
]
[package.dependencies]
botocore = ">=1.31.83,<1.32.0"
botocore = ">=1.31.85,<1.32.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.7.0,<0.8.0"
@@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "52d22aaaf936aca559622ffba19f7c415ae3638edfbbef2dabf3c2d2e846bff6"
content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c"

View File

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