Bump botocore from 1.34.114 to 1.34.115

Bumps [botocore](https://github.com/boto/botocore) from 1.34.114 to 1.34.115.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.114...1.34.115)

---
updated-dependencies:
- dependency-name: botocore
  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-05-29 22:07:30 +00:00
committed by GitHub
parent 537b74615c
commit 224c0d45a1
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]]
name = "awscli"
version = "1.32.114"
version = "1.32.115"
description = "Universal Command Line Environment for AWS."
optional = false
python-versions = ">=3.8"
files = [
{file = "awscli-1.32.114-py3-none-any.whl", hash = "sha256:965d75c65ced8e1ab90a29164657c0e213f43a866ca00c6bcbcda4bbbbe50018"},
{file = "awscli-1.32.114.tar.gz", hash = "sha256:1fbebc83213c250aedda6623d65d7d60489f821eb6900be3b34fa67c8860c652"},
{file = "awscli-1.32.115-py3-none-any.whl", hash = "sha256:866563260bf222fa33fb5db020426b75eb2b4df0b6d263d20b5aaeb95c943f85"},
{file = "awscli-1.32.115.tar.gz", hash = "sha256:a0c2d233b878250043eac97520a84f06a107e115b67c95016a72caddd473e3c0"},
]
[package.dependencies]
botocore = "1.34.114"
botocore = "1.34.115"
colorama = ">=0.2.5,<0.4.7"
docutils = ">=0.10,<0.17"
PyYAML = ">=3.10,<6.1"
@@ -422,13 +422,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.34.114"
version = "1.34.115"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
{file = "botocore-1.34.114-py3-none-any.whl", hash = "sha256:606d1e55984d45e41a812badee292755f4db0233eed9cca63ea3bb8f5755507f"},
{file = "botocore-1.34.114.tar.gz", hash = "sha256:5705f74fda009656a218ffaf4afd81228359160f2ab806ab8222d07e9da3a73b"},
{file = "botocore-1.34.115-py3-none-any.whl", hash = "sha256:15b8ad1ee0e9cd57884fb0bcaf3a9551d2552e44a02c2ffb55ec583eebdb888e"},
{file = "botocore-1.34.115.tar.gz", hash = "sha256:a5d5e28b9c847b17a1ecb7660b46b83d9512b125f671e03e93d14bf6f0b274c2"},
]
[package.dependencies]
@@ -4755,4 +4755,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "8a5e73b31c415f7aecb2a329a6b2cc9124bb51c4f55956d6e257c60be4253be3"
content-hash = "885882984619706babb588d16898c26f561cc407d39d1f0b884473ec32893199"

View File

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