diff --git a/poetry.lock b/poetry.lock index a760d3d..b928c76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2056,14 +2056,14 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.4.2)", "pytest-cov (>=7)", "pytes [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, - {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, + {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, + {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, ] [package.dependencies] diff --git a/src/requirements.txt b/src/requirements.txt index 59f46da..47d949d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,8 +1,8 @@ aws-lambda-powertools==3.29.0 ; python_version >= "3.11" and python_version < "4.0" -boto3-stubs==1.43.28 ; python_version >= "3.11" and python_version < "4.0" -boto3==1.43.28 ; python_version >= "3.11" and python_version < "4.0" +boto3-stubs==1.43.29 ; python_version >= "3.11" and python_version < "4.0" +boto3==1.43.29 ; python_version >= "3.11" and python_version < "4.0" botocore-stubs==1.43.14 ; python_version >= "3.11" and python_version < "4.0" -botocore==1.43.28 ; python_version >= "3.11" and python_version < "4.0" +botocore==1.43.29 ; python_version >= "3.11" and python_version < "4.0" certifi==2026.5.20 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.4.7 ; python_version >= "3.11" and python_version < "4.0" idna==3.18 ; python_version >= "3.11" and python_version < "4.0" @@ -16,10 +16,10 @@ mypy-boto3-cloudwatch==1.43.26 ; python_version >= "3.11" and python_version < " mypy-boto3-dynamodb==1.43.0 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-ecs==1.43.27 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-events==1.43.0 ; python_version >= "3.11" and python_version < "4.0" -mypy-boto3-firehose==1.43.0 ; python_version >= "3.11" and python_version < "4.0" -mypy-boto3-glue==1.43.23 ; python_version >= "3.11" and python_version < "4.0" +mypy-boto3-firehose==1.43.29 ; python_version >= "3.11" and python_version < "4.0" +mypy-boto3-glue==1.43.29 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-healthlake==1.43.28 ; python_version >= "3.11" and python_version < "4.0" -mypy-boto3-iam==1.43.2 ; python_version >= "3.11" and python_version < "4.0" +mypy-boto3-iam==1.43.29 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-kms==1.43.12 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-lambda==1.43.20 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-logs==1.43.9 ; python_version >= "3.11" and python_version < "4.0" @@ -31,7 +31,7 @@ mypy-boto3-sqs==1.43.0 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-ssm==1.43.0 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-stepfunctions==1.43.7 ; python_version >= "3.11" and python_version < "4.0" mypy-boto3-sts==1.43.0 ; python_version >= "3.11" and python_version < "4.0" -nhs-aws-helpers==0.8.15 ; python_version >= "3.11" and python_version < "4.0" +nhs-aws-helpers==0.8.16 ; python_version >= "3.11" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0" requests==2.34.2 ; python_version >= "3.11" and python_version < "4.0" s3transfer==0.18.0 ; python_version >= "3.11" and python_version < "4.0"