diff --git a/poetry.lock b/poetry.lock index cda6c00..b17fcd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -562,14 +562,14 @@ crt = ["awscrt (==0.23.8)"] [[package]] name = "botocore-stubs" -version = "1.38.30" +version = "1.38.46" description = "Type annotations and code completion for botocore" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore_stubs-1.38.30-py3-none-any.whl", hash = "sha256:2efb8bdf36504aff596c670d875d8f7dd15205277c15c4cea54afdba8200c266"}, - {file = "botocore_stubs-1.38.30.tar.gz", hash = "sha256:291d7bf39a316c00a8a55b7255489b02c0cea1a343482e7784e8d1e235bae995"}, + {file = "botocore_stubs-1.38.46-py3-none-any.whl", hash = "sha256:cc21d9a7dd994bdd90872db4664d817c4719b51cda8004fd507a4bf65b085a75"}, + {file = "botocore_stubs-1.38.46.tar.gz", hash = "sha256:a04e69766ab8bae338911c1897492f88d05cd489cd75f06e6eb4f135f9da8c7b"}, ] [package.dependencies] @@ -1785,4 +1785,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "6ce3b7e190a1a491659d0867ae3061fa4b56fac6bea6107acc5ae9e82e9aff78" +content-hash = "964ad3a820eef7d49a7be012cef46055a8e0c934537445a35760418466a61c9a" diff --git a/pyproject.toml b/pyproject.toml index 7cae0c5..b488f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ repository = "https://github.com/NHSDigital/nhs-aws-helpers" python = ">=3.9,<4.0" boto3 = "^1.38.14" boto3-stubs = {extras = ["s3", "ssm", "secretsmanager", "dynamodb", "stepfunctions", "sqs", "lambda", "logs", "ses", "sns", "events", "kms", "firehose", "athena"], version = "^1.38.6"} -botocore-stubs = "^1.38.27" +botocore-stubs = "^1.38.46" [tool.setuptools.package-data]