From ce0ea98c863bdefc26fa1bf0e24682abf825f043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:10:39 +0000 Subject: [PATCH] Bump boto3 from 1.26.120 to 1.26.122 Bumps [boto3](https://github.com/boto/boto3) from 1.26.120 to 1.26.122. - [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.26.120...1.26.122) --- updated-dependencies: - dependency-name: boto3 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 a2f34f7e4..9b6baa04d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -321,18 +321,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.120" +version = "1.26.122" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.120-py3-none-any.whl", hash = "sha256:0f8eeeb259befd6e8c464a05c69b66ba7b1e0c978300b446fc0823020acaf380"}, - {file = "boto3-1.26.120.tar.gz", hash = "sha256:17b93fdff147577ef506adbcada0ac81dd4be3b8d8b3c7831f9ee9f7ac9615e5"}, + {file = "boto3-1.26.122-py3-none-any.whl", hash = "sha256:4d575c180312bec6108852bae12e6396b9d1bb404154d652c57ee849c62fbb83"}, + {file = "boto3-1.26.122.tar.gz", hash = "sha256:38ca632be379963f2a2749b5f63a81fe1679913b954914f470ad282c77674bbc"}, ] [package.dependencies] -botocore = ">=1.29.120,<1.30.0" +botocore = ">=1.29.122,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -341,14 +341,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.120" +version = "1.29.122" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.120-py3-none-any.whl", hash = "sha256:0010b2a654973ab7f8697a9bb69cc0bd92450a7d77dd65c858a717edfe2e40f6"}, - {file = "botocore-1.29.120.tar.gz", hash = "sha256:82de714c06fcefbcf2f3854b81c51bf0c529ec902c6e927156ff47988aaeeb7a"}, + {file = "botocore-1.29.122-py3-none-any.whl", hash = "sha256:c3b41078d235761b9c5dc22f534a76952622ef96787b96bbd10242ec4d73f2a5"}, + {file = "botocore-1.29.122.tar.gz", hash = "sha256:9e4984a9e9777c6b949aa1e98323fa35480d9f99d447af7e179ae611f7ed5af9"}, ] [package.dependencies] @@ -3862,4 +3862,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6b5e809cb7f610a83390954b689339eccbb9093b47cf311c15fb90ffb95c1525" +content-hash = "0f82116968903b0be88e747b78bb0009cc2ff783514d056855cae614a59d922e" diff --git a/pyproject.toml b/pyproject.toml index e57bc79b1..b57530544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ certifi = "2022.12.7" elasticsearch = "7.16.2" celery = "5.2.7" stripe = "3.4.0" -boto3 = "1.26.120" +boto3 = "1.26.122" beautifulsoup4 = "4.12.2" bleach = "5.0.1" requests = "2.29.0"