From 0d98dc4c18d12eef2bde5e75b336df4fe615933b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:09:26 +0000 Subject: [PATCH] Bump botocore from 1.34.112 to 1.34.113 Bumps [botocore](https://github.com/boto/botocore) from 1.34.112 to 1.34.113. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.112...1.34.113) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 62d1aecd4..3a6148efd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -204,17 +204,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "awscli" -version = "1.32.112" +version = "1.32.113" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.8" files = [ - {file = "awscli-1.32.112-py3-none-any.whl", hash = "sha256:8dd2f4cedc94a94cb165a7fb8655dd1dee612626b9b101acf5c9b4c40b10205b"}, - {file = "awscli-1.32.112.tar.gz", hash = "sha256:0eb1a49b643b4718bd8ec9aa56b1332fa0948ed8a1e1ef187742b1cb1b9d292f"}, + {file = "awscli-1.32.113-py3-none-any.whl", hash = "sha256:755f98d8b24c64d4368a6df308ff2a6600b214d5e164eb68c19c5c28e0d5a5cd"}, + {file = "awscli-1.32.113.tar.gz", hash = "sha256:f24d485e16738927cd28f04718815cd2b47c7410c2cfd46b107f6f056492d6f8"}, ] [package.dependencies] -botocore = "1.34.112" +botocore = "1.34.113" 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.112" +version = "1.34.113" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.112-py3-none-any.whl", hash = "sha256:637f568a6c3322fb7e5ee55e0c5367324a15a331e87a497783ac6209253dde30"}, - {file = "botocore-1.34.112.tar.gz", hash = "sha256:053495953910bcf95d336ab1adb13efb70edc5462932eff180560737ad069319"}, + {file = "botocore-1.34.113-py3-none-any.whl", hash = "sha256:8ca87776450ef41dd25c327eb6e504294230a5756940d68bcfdedc4a7cdeca97"}, + {file = "botocore-1.34.113.tar.gz", hash = "sha256:449912ba3c4ded64f21d09d428146dd9c05337b2a112e15511bf2c4888faae79"}, ] [package.dependencies] @@ -4755,4 +4755,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "4de1a051826386fd2b868dd7a92a2a7431909c5065f9b6b8c6dad60f068063f0" +content-hash = "30c5253e2263d2f0789d9452417b7ff27e162d3ca628a3e30e3be2a5189ae2f6" diff --git a/pyproject.toml b/pyproject.toml index 756498e8c..a2b940f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ alembic = "==1.13.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.3" boto3 = "^1.34.108" -botocore = "^1.34.112" +botocore = "^1.34.113" cachetools = "==5.3.3" celery = {version = "==5.4.0", extras = ["redis"]} certifi = ">=2022.12.7"