diff --git a/poetry.lock b/poetry.lock index 06f0ef56..646975df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -98,18 +98,18 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.43.36" +version = "1.43.40" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "boto3-1.43.36-py3-none-any.whl", hash = "sha256:42942dde254673abcbc9e6e60017c88341a4f49d99d24e1f2e290fb38138c26f"}, - {file = "boto3-1.43.36.tar.gz", hash = "sha256:587d7ee92a12e440ad12b0e7f11f3358f0c4d65b19f64726efc94aaf194aff28"}, + {file = "boto3-1.43.40-py3-none-any.whl", hash = "sha256:5fa80de4b4b7bab383dd8c563e235d51fcc7df4502662af56f0a2472c3c15651"}, + {file = "boto3-1.43.40.tar.gz", hash = "sha256:a7108b9ce25b8f92d1ce96b9e35090794d5c58b219ff2f6a7a65c8986a4ed6f4"}, ] [package.dependencies] -botocore = ">=1.43.36,<1.44.0" +botocore = ">=1.43.40,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.19.0,<0.20.0" @@ -118,14 +118,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.43.36" +version = "1.43.42" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "botocore-1.43.36-py3-none-any.whl", hash = "sha256:3c65fdc39ed01d8dfde1e961b34038aed03c459f8ddf80717a12ac006475e49d"}, - {file = "botocore-1.43.36.tar.gz", hash = "sha256:4cae47d1b2d426316b85a0087d9e69e048f13bc003b5177d74639fe9dfd28205"}, + {file = "botocore-1.43.42-py3-none-any.whl", hash = "sha256:62aa017eb5bb9791b1bc655571fa1548611e508f35e13e636d3939e1be3745f0"}, + {file = "botocore-1.43.42.tar.gz", hash = "sha256:d813d5d5707db5f1c73b5d65f6b172c49f38375b23b30c593966fef56f8b5e40"}, ] [package.dependencies] @@ -2618,4 +2618,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "6c8149269e87d25da656a0371a2067f87e45b8b1270ef54fdfcdb624e4b55a26" +content-hash = "911e824f601bdc0cbe2539b238cbcb8ec3ca96054742092f4dbb2332fb12eaa2" diff --git a/pyproject.toml b/pyproject.toml index bdc91115..a2d61deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ urllib3 = "^2.7.0" yara-python = "^4.5.4" nono-py = ">=0.10.1" packaging = ">=21.0" -boto3 = "^1.34" +boto3 = "^1.43" typing-extensions = "^4.15.0" [tool.poetry.group.dev.dependencies]