From fa29fa7ac51134c7a16e5a6b4c5b2cac550fe1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:20:57 +0000 Subject: [PATCH] Bump boto3 from 1.29.7 to 1.34.63 Bumps [boto3](https://github.com/boto/boto3) from 1.29.7 to 1.34.63. - [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.29.7...1.34.63) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Pipfile b/Pipfile index ee3b433..ff8eecd 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ dc-logging-utils = {path = "."} urllib3 = "<2" [dev-packages] -boto3 = ">=1.20,<1.30" +boto3 = ">=1.20,<1.35" mypy-boto3-organizations = "*" mypy-boto3-ssm = "1.26.97" ruff = "==0.1.8" diff --git a/Pipfile.lock b/Pipfile.lock index ca85ed8..b299166 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6e7d2f9f4f6849e110f8dc15e487f44c97870c1c9ce07b03ee6bb14270ea26c6" + "sha256": "d5f5dc118d9e293c1915d62a524498252f24ea3d0f1ec2bf98c416cd4dd58168" }, "pipfile-spec": 6, "requires": { @@ -237,11 +237,12 @@ }, "boto3": { "hashes": [ - "sha256:1eb4c548118b5fc5e018dee956fd33e6fb249cd1f2def85f1bba816aef4d9f3e", - "sha256:96e9890ebe7cd823b5f4976dd676e112c000c6528c28e20a2f274590589dd18b" + "sha256:617174f9051b564a57fb1079186ad15db6519ab3bb0d1fb22cb54767b0c4f46e", + "sha256:e14f3866f6f372aadc5457ff9a052a45d9e2dd93466122ba86cdd5351cfeafaf" ], "index": "pypi", - "version": "==1.29.7" + "markers": "python_version >= '3.8'", + "version": "==1.34.63" }, "boto3-stubs": { "extras": [ @@ -260,11 +261,11 @@ }, "botocore": { "hashes": [ - "sha256:58b33d02cafa23461c8a9d211b30e8cded992380a84de409379fd02811fa3e11", - "sha256:c6795c731b04c8e3635588c44cfd1a4462fc5987859195522c96812cf3eceff9" + "sha256:2237743fc3ed68319bc358b451e7c13a02110242b1522b839806fd64fcee45fb", + "sha256:8a6cbc3a5c5988725c00815f8f7f6baf81980b19d9a2ee414b031e726759dba9" ], - "markers": "python_version >= '3.7'", - "version": "==1.32.7" + "markers": "python_version >= '3.8'", + "version": "==1.34.63" }, "botocore-stubs": { "hashes": [ @@ -1249,11 +1250,11 @@ }, "python-dateutil": { "hashes": [ - "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", - "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" + "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", + "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.2" + "version": "==2.9.0.post0" }, "python-jose": { "extras": [ @@ -1586,11 +1587,11 @@ }, "s3transfer": { "hashes": [ - "sha256:baa479dc2e63e5c2ed51611b4d46cdf0295e2070d8d0b86b22f335ee5b954986", - "sha256:e8d6bd52ffd99841e3a57b34370a54841f12d3aab072af862cdcc50955288002" + "sha256:5683916b4c724f799e600f41dd9e10a9ff19871bf87623cc8f491cb4f5fa0a19", + "sha256:ceb252b11bcf87080fb7850a224fb6e05c8a776bab8f2b64b7f25b969464839d" ], - "markers": "python_version >= '3.7'", - "version": "==0.8.0" + "markers": "python_version >= '3.8'", + "version": "==0.10.1" }, "sarif-om": { "hashes": [ @@ -1690,7 +1691,7 @@ "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], - "index": "pypi", + "markers": "python_version >= '3.10'", "version": "==1.26.18" }, "wcwidth": {