diff --git a/poetry.lock b/poetry.lock index ff298af..acc28bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,18 +127,18 @@ files = [ [[package]] name = "boto3" -version = "1.42.90" +version = "1.42.91" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.90-py3-none-any.whl", hash = "sha256:fde7f7bcad6ec8342d6bf18f56d118d0cb6df189310cfaf73e2eb6443b1cb418"}, - {file = "boto3-1.42.90.tar.gz", hash = "sha256:bafb5bb1dea262ac95f9afb1e415f06a9490f05cb203bdd897d0afdcd17733c6"}, + {file = "boto3-1.42.91-py3-none-any.whl", hash = "sha256:04e72071cde022951ce7f81bd9933c90095ab8923e8ced61c8dacfe9edac0f5c"}, + {file = "boto3-1.42.91.tar.gz", hash = "sha256:03d70532b17f7f84df37ca7e8c21553280454dea53ae12b15d1cfef9b16fcb8a"}, ] [package.dependencies] -botocore = ">=1.42.90,<1.43.0" +botocore = ">=1.42.91,<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.90" +version = "1.42.91" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.42.90-py3-none-any.whl", hash = "sha256:5c95504720346990adc8e3ae1023eb46f9409084b79688e4773ba7099c5fd3db"}, - {file = "botocore-1.42.90.tar.gz", hash = "sha256:234c39492cd3088acb021d999e3392a4d50238ae3e70b9d9ae1504c30d9009d1"}, + {file = "botocore-1.42.91-py3-none-any.whl", hash = "sha256:7a28c3cc6bfab5724ad18899d52402b776a0de7d87fa20c3c5270bcaaf199ce8"}, + {file = "botocore-1.42.91.tar.gz", hash = "sha256:d252e27bc454afdbf5ed3dc617aa423f2c855c081e98b7963093399483ecc698"}, ] [package.dependencies] @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "934a85c1856e20f005d8c60d934879e37013a6c94cb0d0f27d3ebcfe50194b73" +content-hash = "d5eabb10601bbee2f437c454d1fe29dbcc369ddfb2916dd08c5b23e69bdd68a8" diff --git a/pyproject.toml b/pyproject.toml index 5f5b77e..9fca082 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.90" +boto3 = "^1.42.91" faker = "^40.15.0" pyright = "^1.1.408" pyflakes = "^3.4.0"