From fa87b92eaa4ec2063c9c16447c183bb930ba0093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:59:40 +0000 Subject: [PATCH 1/2] chore(deps): bump boto3 in the python group across 1 directory Bumps the python group with 1 update in the / directory: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.34.98 to 1.34.100 - [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.34.98...1.34.100) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... 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 a125a741..e2f0765f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,17 +101,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.98" +version = "1.34.100" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.98-py3-none-any.whl", hash = "sha256:030e43b8efe22b4cf10b9f3ef9e30cd4cf9ef9784b26efe9a4583339f2b2bcec"}, - {file = "boto3-1.34.98.tar.gz", hash = "sha256:28c10956033fa79e64529f48c3b62db86d5e4b77024a7343764b6bde6b553543"}, + {file = "boto3-1.34.100-py3-none-any.whl", hash = "sha256:bbe2bb0dfcd92380da2a2fa2c2f586ba06c118b796380b2d0f3d0ebd103ec28d"}, + {file = "boto3-1.34.100.tar.gz", hash = "sha256:016f6d66900bb1a835dea2063f1e91fc7057dbf7fb7df8add0706f0da9492631"}, ] [package.dependencies] -botocore = ">=1.34.98,<1.35.0" +botocore = ">=1.34.100,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -120,13 +120,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.98" +version = "1.34.100" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.98-py3-none-any.whl", hash = "sha256:631c0031d8ce922b5752ab395ead896a0281b0dc74745a754d0351a27c5d83de"}, - {file = "botocore-1.34.98.tar.gz", hash = "sha256:4cee65df02f4b0be08ad1401965cc89efafebc50ef0727d2d17083c7f1ed2831"}, + {file = "botocore-1.34.100-py3-none-any.whl", hash = "sha256:ee516fb9e9e906d311f2a9921afaf79c594db239a5b4b626e89e6960401aad0b"}, + {file = "botocore-1.34.100.tar.gz", hash = "sha256:513bea60c6531af8e1ae1fdb2947e3ef99712f39c58f4656b5efef9cb6f75a13"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "622cb61b57eec2f294027042c089330e741f1ca6ff16628917a8afd7d037b1a7" +content-hash = "9b1211be4465099307c86add4a80535b6cfb31906181c402b933287f61cdf5d9" diff --git a/pyproject.toml b/pyproject.toml index 4e96dfd8..41658e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "^2.28.2" pytz = "^2024.1" aws-lambda-powertools = "^2.37.0" jmespath = "^1.0.1" -boto3 = "^1.34.98" +boto3 = "^1.34.100" requests-toolbelt = "^1.0.0" click = "^8.1.7" discord-webhook = "^1.3.0" From c47867e78ed806983410369ee231c591b4df90e2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:00:28 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump boto3 from 1.34.98 to 1.34.100 in the python group across 1 directory --- .changeset/puzzled-blue-whitefish.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/puzzled-blue-whitefish.md diff --git a/.changeset/puzzled-blue-whitefish.md b/.changeset/puzzled-blue-whitefish.md new file mode 100644 index 00000000..2b7ba1a8 --- /dev/null +++ b/.changeset/puzzled-blue-whitefish.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump boto3 from 1.34.98 to 1.34.100 in the python group across 1 directory