build(deps): bump botocore from 1.29.142 to 1.29.147 (#2447)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-06 08:38:49 +02:00
committed by GitHub
parent 1aab88e6ca
commit 774346f5f8
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -316,14 +316,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.29.142" version = "1.29.147"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
category = "main" category = "main"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
files = [ files = [
{file = "botocore-1.29.142-py3-none-any.whl", hash = "sha256:0677848bb8ef94d69c5d2f5c613dbab5b6710a8b7649f3fafca5172c464728b8"}, {file = "botocore-1.29.147-py3-none-any.whl", hash = "sha256:67a7ce69fc6d44a881b01964a76edb00b4e87723a8cc596339d306d8eb321fec"},
{file = "botocore-1.29.142.tar.gz", hash = "sha256:512d2f48fc1471f169bc210eede662f8da66be3cebc1515dfb5411a18b2aeabf"}, {file = "botocore-1.29.147.tar.gz", hash = "sha256:f7433bcce5ef7baad2fdd29f97c9fdcf8de4ec1cf577ae308901caf778ed48c2"},
] ]
[package.dependencies] [package.dependencies]
@@ -2913,4 +2913,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "9cffe17bac423be117810e368ccba8985dfa425f755c4501b3a45e0e930c13ce" content-hash = "5e967a566be49da171faef29c13bb5478245b65067c836b92d761c260713ec3c"

View File

@@ -34,7 +34,7 @@ azure-mgmt-storage = "21.0.0"
azure-mgmt-subscription = "3.1.1" azure-mgmt-subscription = "3.1.1"
azure-storage-blob = "12.16.0" azure-storage-blob = "12.16.0"
boto3 = "1.26.142" boto3 = "1.26.142"
botocore = "1.29.142" botocore = "1.29.147"
colorama = "0.4.6" colorama = "0.4.6"
detect-secrets = "1.4.0" detect-secrets = "1.4.0"
google-api-python-client = "2.86.0" google-api-python-client = "2.86.0"