diff --git a/poetry.lock b/poetry.lock index fd65fef..bd48a1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,18 +127,18 @@ files = [ [[package]] name = "boto3" -version = "1.42.75" +version = "1.42.76" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.75-py3-none-any.whl", hash = "sha256:16bc657d16403ee8e11c8b6920c245629e37a36ea60352b919da566f82b4cb4c"}, - {file = "boto3-1.42.75.tar.gz", hash = "sha256:3c7fd95a50c69271bd7707b7eda07dcfddb30e961a392613010f7ee81d91acb3"}, + {file = "boto3-1.42.76-py3-none-any.whl", hash = "sha256:63c6779c814847016b89ae1b72ed968f8a63d80e589ba337511aa6fc1b59585e"}, + {file = "boto3-1.42.76.tar.gz", hash = "sha256:aa2b1973eee8973a9475d24bb579b1dee7176595338d4e4f7880b5c6189b8814"}, ] [package.dependencies] -botocore = ">=1.42.75,<1.43.0" +botocore = ">=1.42.76,<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.75" +version = "1.42.76" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.42.75-py3-none-any.whl", hash = "sha256:915e43b7ac8f50cf3dbc937ba713de5acb999ea48ad8fecd1589d92ad415f787"}, - {file = "botocore-1.42.75.tar.gz", hash = "sha256:95c8e716b6be903ee1601531caa4f50217400aa877c18fe9a2c3047d2945d477"}, + {file = "botocore-1.42.76-py3-none-any.whl", hash = "sha256:151e714ae3c32f68ea0b4dc60751401e03f84a87c6cf864ea0ee64aa10eb4607"}, + {file = "botocore-1.42.76.tar.gz", hash = "sha256:c553fa0ae29e36a5c407f74da78b78404b81b74b15fb62bf640a3cd9385f0874"}, ] [package.dependencies] @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "93c0952e328f2630c0d50c3e92e5b8129f9599e5e3384b22e16b36ae6ffab661" +content-hash = "9e2cb99f86878e772f3eea74f0c8350aa28ca29f1b6451395210607cd0161763" diff --git a/pyproject.toml b/pyproject.toml index c6de5b9..2045001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ jsonschema = "^4.26.0" pip-licenses = "^5.5.1" requests-oauthlib = "^2.0.0" pre-commit = "^4.5.1" -boto3 = "^1.42.75" +boto3 = "^1.42.76" faker = "^40.11.1" pyright = "^1.1.408" pyflakes = "^3.4.0"