build(deps): bump boto3 from 1.26.147 to 1.26.156 (#2511)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-20 10:36:53 +02:00
committed by GitHub
parent 5f7e109e3d
commit bc09215aad
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -280,17 +280,17 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]] [[package]]
name = "boto3" name = "boto3"
version = "1.26.147" version = "1.26.156"
description = "The AWS SDK for Python" description = "The AWS SDK for Python"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
files = [ files = [
{file = "boto3-1.26.147-py3-none-any.whl", hash = "sha256:45ed158defbf554d051c4f3eae9a1ca3c1039dd29a528e884f47a06ad0ac17a1"}, {file = "boto3-1.26.156-py3-none-any.whl", hash = "sha256:455b6e1f12768b21b5f3990cf1fadeed9bf1c6b36e5a7a303352b927f530c434"},
{file = "boto3-1.26.147.tar.gz", hash = "sha256:ccfbdb6e9ebdf943e222c88c9a8f161a8a607f3dbdbf3b1b0eed25c1d8cb215e"}, {file = "boto3-1.26.156.tar.gz", hash = "sha256:3a60283676399ae94b49b7a170fb0f42ca2ddcde490988fb0af7fd5a64440ab8"},
] ]
[package.dependencies] [package.dependencies]
botocore = ">=1.29.147,<1.30.0" botocore = ">=1.29.156,<1.30.0"
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.6.0,<0.7.0" s3transfer = ">=0.6.0,<0.7.0"
@@ -2772,4 +2772,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 = "d2c690152db6fd8044e1b7abcc9cfc6283861a0d688536a9879a9d1d42f7012f" content-hash = "bf40645d538ed80193a09608bbeac6f4101f1dc88ac59fd34e1aa190ef1aa6a2"

View File

@@ -33,7 +33,7 @@ azure-mgmt-security = "5.0.0"
azure-mgmt-storage = "21.0.0" 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.147" boto3 = "1.26.156"
botocore = "1.29.156" botocore = "1.29.156"
colorama = "0.4.6" colorama = "0.4.6"
detect-secrets = "1.4.0" detect-secrets = "1.4.0"