From cd80fd22fcc5b97cbb9a1c20d6fe167939266968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:14:46 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump boto3 from 1.42.83 to 1.42.84 Bumps [boto3](https://github.com/boto/boto3) from 1.42.83 to 1.42.84. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.83...1.42.84) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.84 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 335fba7..2acde47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,18 +127,18 @@ files = [ [[package]] name = "boto3" -version = "1.42.83" +version = "1.42.84" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.83-py3-none-any.whl", hash = "sha256:544846fdb10585bb7837e409868e8e04c6b372fa04479ba1597ce82cf1242076"}, - {file = "boto3-1.42.83.tar.gz", hash = "sha256:cc5621e603982cb3145b7f6c9970e02e297a1a0eb94637cc7f7b69d3017640ee"}, + {file = "boto3-1.42.84-py3-none-any.whl", hash = "sha256:4d03ad3211832484037337292586f71f48707141288d9ac23049c04204f4ab03"}, + {file = "boto3-1.42.84.tar.gz", hash = "sha256:6a84b3293a5d8b3adf827a54588e7dcffcf0a85410d7dadca615544f97d27579"}, ] [package.dependencies] -botocore = ">=1.42.83,<1.43.0" +botocore = ">=1.42.84,<1.43.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.16.0,<0.17.0" @@ -147,14 +147,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.42.83" +version = "1.42.84" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.42.83-py3-none-any.whl", hash = "sha256:ec0c3ecb3772936ed22a3bdda09883b34858933f71004686d460d829bab39d8e"}, - {file = "botocore-1.42.83.tar.gz", hash = "sha256:34bc8cb64b17ac17f8901f073fe4fc9572a5cac9393a37b2b3ea372a83b87f4a"}, + {file = "botocore-1.42.84-py3-none-any.whl", hash = "sha256:15f3fe07dfa6545e46a60c4b049fe2bdf63803c595ae4a4eec90e8f8172764f3"}, + {file = "botocore-1.42.84.tar.gz", hash = "sha256:234064604c80d9272a5e9f6b3566d260bcaa053a5e05246db90d7eca1c2cf44b"}, ] [package.dependencies] @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "e1bf6c8cd63b746f1bb9fd5dc4167de765fac821a89c8b226e1caaf2a9736d6c" +content-hash = "bda3dd7f8b17ebb22f27823c9988957f9d1bd7a0294b435c0c50cde5774c1de9" diff --git a/pyproject.toml b/pyproject.toml index 82b4d27..566dcd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ jsonschema = "^4.26.0" pip-licenses = "^5.5.5" requests-oauthlib = "^2.0.0" pre-commit = "^4.5.1" -boto3 = "^1.42.83" +boto3 = "^1.42.84" faker = "^40.12.0" pyright = "^1.1.408" pyflakes = "^3.4.0"