diff --git a/poetry.lock b/poetry.lock index d853fe9..c271b3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,18 +127,18 @@ files = [ [[package]] name = "boto3" -version = "1.42.79" +version = "1.42.80" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.79-py3-none-any.whl", hash = "sha256:2336d744dfe9017d6b96b8e40fdd445295ca6a67f02f1c8c488edeb92c4b7918"}, - {file = "boto3-1.42.79.tar.gz", hash = "sha256:286c4220785e4fbe46aaea04d005b0dcdd8aaf5b885d92b2609c934d794ec5d9"}, + {file = "boto3-1.42.80-py3-none-any.whl", hash = "sha256:293cbdeaec7eda2a0b08e6a9c2bf1a51c54453863137d45a6431058a9280fdda"}, + {file = "boto3-1.42.80.tar.gz", hash = "sha256:797cec65f8a36dde38d2397119a114ab0d807cf92c43fb44b72b0522558acc0a"}, ] [package.dependencies] -botocore = ">=1.42.79,<1.43.0" +botocore = ">=1.42.80,<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.79" +version = "1.42.80" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.42.79-py3-none-any.whl", hash = "sha256:edea07bb255e812908e783a9da6ee63ba97baa0cc6612adabbad54466281e330"}, - {file = "botocore-1.42.79.tar.gz", hash = "sha256:1ea98f505a1a65c4b6eed4a6b7452f27613c9aa24532aa71650ec3f3e05fa32c"}, + {file = "botocore-1.42.80-py3-none-any.whl", hash = "sha256:7291632b2ede71b7c69e6e366480bb6e2a5d2fae8f7d2d2eb49215e32b7c7a12"}, + {file = "botocore-1.42.80.tar.gz", hash = "sha256:fe32af53dc87f5f4d61879bc231e2ca2cc0719b19b8f6d268e82a34f713a8a09"}, ] [package.dependencies] @@ -2932,4 +2932,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "492fd6806fbac459cb6cdc318bc089e89da095b2762a68af21b511d2d64968e7" +content-hash = "8a09d231500947e75fb19d6f2dc6226344da0d160c70bd3f285ea4a8c76a4aac" diff --git a/pyproject.toml b/pyproject.toml index 68bd573..f1de11d 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.79" +boto3 = "^1.42.80" faker = "^40.12.0" pyright = "^1.1.408" pyflakes = "^3.4.0"