From 720476ed1086d3464a77384b68ae45555de6a152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:17:11 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump boto3 from 1.43.2 to 1.43.3 Bumps [boto3](https://github.com/boto/boto3) from 1.43.2 to 1.43.3. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.2...1.43.3) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.3 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 c38eb7d..5872ebd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,18 +127,18 @@ files = [ [[package]] name = "boto3" -version = "1.43.2" +version = "1.43.3" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "boto3-1.43.2-py3-none-any.whl", hash = "sha256:796e859cfb5e93c55276ce746f8020f691eda6b68a0ec4ce4f6fd07a1cca6859"}, - {file = "boto3-1.43.2.tar.gz", hash = "sha256:be951cc22769fbcda73fac523b031ee38db45c3ae2b0d828c76b8f6e8e683073"}, + {file = "boto3-1.43.3-py3-none-any.whl", hash = "sha256:fb9fe51849ef2a78198d582756fc06f14f7de27f73e0fa90275d6aa4171eb4d0"}, + {file = "boto3-1.43.3.tar.gz", hash = "sha256:7c7777862ffc898f05efa566032bbabfe226dbb810e35ec11125817f128bc5c5"}, ] [package.dependencies] -botocore = ">=1.43.2,<1.44.0" +botocore = ">=1.43.3,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.17.0,<0.18.0" @@ -147,14 +147,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.43.2" +version = "1.43.3" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "botocore-1.43.2-py3-none-any.whl", hash = "sha256:b823454d751a1c24bb403b5b07ab65007689654abb21787df923684e0743976c"}, - {file = "botocore-1.43.2.tar.gz", hash = "sha256:7b2ec87b6d0720bff920451ce930e71c2a99cdea48d0eaa66ccf0b21ea747e03"}, + {file = "botocore-1.43.3-py3-none-any.whl", hash = "sha256:ec0769eb0f7c5034856bb406a92698dbc02a3d4be0f78a384747106b161d8ea3"}, + {file = "botocore-1.43.3.tar.gz", hash = "sha256:eac6da0fffccf87888ebf4d89f0b2378218a707efa748cd955b838995e944695"}, ] [package.dependencies] @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "8b37e708a8152bf2be4899f81c5d396656cba3cb49ccaa99df15ef38573ac2ce" +content-hash = "6b344a9218e448face190afaf7bc1366fd7f01fc7f227951f3ff062ca5d555fc" diff --git a/pyproject.toml b/pyproject.toml index 1617a63..5e0b795 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.6.0" -boto3 = "^1.43.2" +boto3 = "^1.43.3" faker = "^40.15.0" pyright = "^1.1.409" pyflakes = "^3.4.0"