diff --git a/backend/poetry.lock b/backend/poetry.lock index f342258cd..bcf47a0cc 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -27,18 +27,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -47,14 +47,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs-lite" -version = "1.40.45" -description = "Lite type annotations for boto3 1.40.45 generated with mypy-boto3-builder 8.11.0" +version = "1.40.46" +description = "Lite type annotations for boto3 1.40.46 generated with mypy-boto3-builder 8.11.0" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "boto3_stubs_lite-1.40.45-py3-none-any.whl", hash = "sha256:1e28cfab7729b0ce87c7da4cd8196ba8f408c95e5bb87a77edf7e79792c31e9f"}, - {file = "boto3_stubs_lite-1.40.45.tar.gz", hash = "sha256:284a29910c1f968261152c1bd4d4457280b770a7600832ecb3a8bcb92b3dad91"}, + {file = "boto3_stubs_lite-1.40.46-py3-none-any.whl", hash = "sha256:572a6256c3840e34ff0466fe09d108c9ce9cfecff3eb390ec62fd249a14f6933"}, + {file = "boto3_stubs_lite-1.40.46.tar.gz", hash = "sha256:a6de9dc009dea093784d8ab48d0ca35eb63f2c03451611a02a12f5d39cc6c1d4"}, ] [package.dependencies] @@ -117,7 +117,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.40.0,<1.41.0)"] billing = ["mypy-boto3-billing (>=1.40.0,<1.41.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.40.0,<1.41.0)"] -boto3 = ["boto3 (==1.40.45)"] +boto3 = ["boto3 (==1.40.46)"] braket = ["mypy-boto3-braket (>=1.40.0,<1.41.0)"] budgets = ["mypy-boto3-budgets (>=1.40.0,<1.41.0)"] ce = ["mypy-boto3-ce (>=1.40.0,<1.41.0)"] @@ -483,14 +483,14 @@ xray = ["mypy-boto3-xray (>=1.40.0,<1.41.0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -1679,4 +1679,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "b9c8c9100b61031e82ebeae57f0ba828df744cf84fd00db619d57d5813266b3c" +content-hash = "4a47daba893247d2dc0a3b3e5d3fb87aab4c86c45e69e69451579ba854194082" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3cd299e24..15abcf89e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -9,8 +9,8 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "~3.11" "fhir.resources" = "~7.0.2" -boto3 = "~1.40.45" -boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.45"} +boto3 = "~1.40.46" +boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.46"} aws-lambda-typing = "~2.20.0" redis = "^4.6.0" moto = "^5.1.14" diff --git a/batch_processor_filter/poetry.lock b/batch_processor_filter/poetry.lock index 76d5c32bf..2369ff71a 100644 --- a/batch_processor_filter/poetry.lock +++ b/batch_processor_filter/poetry.lock @@ -14,18 +14,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -34,14 +34,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -807,4 +807,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "80e4efcb7554b09862283db094f7a6f1039ff181b799763f702fa809a5411d67" +content-hash = "d7316fd32a0eb3190b0616f9f32e6e0b3cf100a9d09fa33231f1db5ec258123c" diff --git a/batch_processor_filter/pyproject.toml b/batch_processor_filter/pyproject.toml index 60274af88..50300c47e 100644 --- a/batch_processor_filter/pyproject.toml +++ b/batch_processor_filter/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "src"}] python = "~3.11" coverage = "^7.10.7" aws-lambda-typing = "~2.20.0" -boto3 = "~1.40.45" +boto3 = "~1.40.46" moto = "^5.1.14" [build-system] diff --git a/delta_backend/poetry.lock b/delta_backend/poetry.lock index fb5ffdef9..2c72b1c30 100644 --- a/delta_backend/poetry.lock +++ b/delta_backend/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -850,4 +850,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "ad2d8abeb52be5483306e79cbaa24a5388f46c58f0e51a7f8ebb29001c576a06" +content-hash = "1f2dff43a7aa6d51d59270a7b008a1eebd9ae5e1c6b3bf784e6b8184e675eade" diff --git a/delta_backend/pyproject.toml b/delta_backend/pyproject.toml index 59e01e262..31398247f 100644 --- a/delta_backend/pyproject.toml +++ b/delta_backend/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" moto = "~5.1.14" python-stdnum = "^2.1" diff --git a/e2e/poetry.lock b/e2e/poetry.lock index 14541eead..9f114b383 100644 --- a/e2e/poetry.lock +++ b/e2e/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -692,4 +692,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "0d1be173bfbb153ae83a671d561ff8d8d84d459171a0644f0ccb9d93ed0b1005" +content-hash = "4172c3fa4e0ba76a3936a5b1f3dd1f222e344fdee38e23ff6c8b1d52ff7791a7" diff --git a/e2e/pyproject.toml b/e2e/pyproject.toml index ae94d1de3..865a3d889 100644 --- a/e2e/pyproject.toml +++ b/e2e/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" -boto3 = "^1.40.45" +boto3 = "^1.40.46" mypy-boto3-dynamodb = "^1.40.44" simplejson = "^3.20.2" diff --git a/e2e_batch/poetry.lock b/e2e_batch/poetry.lock index 9d37f05ca..730c21bf5 100644 --- a/e2e_batch/poetry.lock +++ b/e2e_batch/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -302,4 +302,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "4aa1efe0d1747bcecd915d25df513c76118bd798093c6504055faffb2de42c98" +content-hash = "b4fdafabe0f11bf80cd6ab6192cc46a8eb3e5440804de88ca67f81d92b0ad1af" diff --git a/e2e_batch/pyproject.toml b/e2e_batch/pyproject.toml index 5581787d8..457601fc2 100644 --- a/e2e_batch/pyproject.toml +++ b/e2e_batch/pyproject.toml @@ -8,5 +8,5 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" pandas = "^2.3.3" diff --git a/filenameprocessor/poetry.lock b/filenameprocessor/poetry.lock index bfe34ce3a..cd032bf74 100644 --- a/filenameprocessor/poetry.lock +++ b/filenameprocessor/poetry.lock @@ -27,18 +27,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -47,14 +47,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs-lite" -version = "1.40.45" -description = "Lite type annotations for boto3 1.40.45 generated with mypy-boto3-builder 8.11.0" +version = "1.40.46" +description = "Lite type annotations for boto3 1.40.46 generated with mypy-boto3-builder 8.11.0" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "boto3_stubs_lite-1.40.45-py3-none-any.whl", hash = "sha256:1e28cfab7729b0ce87c7da4cd8196ba8f408c95e5bb87a77edf7e79792c31e9f"}, - {file = "boto3_stubs_lite-1.40.45.tar.gz", hash = "sha256:284a29910c1f968261152c1bd4d4457280b770a7600832ecb3a8bcb92b3dad91"}, + {file = "boto3_stubs_lite-1.40.46-py3-none-any.whl", hash = "sha256:572a6256c3840e34ff0466fe09d108c9ce9cfecff3eb390ec62fd249a14f6933"}, + {file = "boto3_stubs_lite-1.40.46.tar.gz", hash = "sha256:a6de9dc009dea093784d8ab48d0ca35eb63f2c03451611a02a12f5d39cc6c1d4"}, ] [package.dependencies] @@ -117,7 +117,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.40.0,<1.41.0)"] billing = ["mypy-boto3-billing (>=1.40.0,<1.41.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.40.0,<1.41.0)"] -boto3 = ["boto3 (==1.40.45)"] +boto3 = ["boto3 (==1.40.46)"] braket = ["mypy-boto3-braket (>=1.40.0,<1.41.0)"] budgets = ["mypy-boto3-budgets (>=1.40.0,<1.41.0)"] ce = ["mypy-boto3-ce (>=1.40.0,<1.41.0)"] @@ -483,14 +483,14 @@ xray = ["mypy-boto3-xray (>=1.40.0,<1.41.0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -1712,4 +1712,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "05a1e393b1d71c85797610b3a94b0042c1bdbfe38b6641641e894883cf7cff6e" +content-hash = "a2980e850c606bdeccb1113eb8c67988c5616962e5f476c77e31904e3bf86b95" diff --git a/filenameprocessor/pyproject.toml b/filenameprocessor/pyproject.toml index ef8a03063..06ab12f95 100644 --- a/filenameprocessor/pyproject.toml +++ b/filenameprocessor/pyproject.toml @@ -9,8 +9,8 @@ packages = [{ include = "src" }] [tool.poetry.dependencies] python = "~3.11" "fhir.resources" = "~7.0.2" -boto3 = "~1.40.45" -boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.45" } +boto3 = "~1.40.46" +boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.46" } aws-lambda-typing = "~2.20.0" moto = "^4" requests = "~2.32.5" diff --git a/lambdas/ack_backend/poetry.lock b/lambdas/ack_backend/poetry.lock index 58f4b06fb..7a9462080 100644 --- a/lambdas/ack_backend/poetry.lock +++ b/lambdas/ack_backend/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -836,4 +836,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "31f699335ebf55c2b60a1644c8732ae1f6ac396e82fb64b264abb33594e35ab2" +content-hash = "f8d70228f32eb275db81b38bb9f0a58cd3994c1cdaf4991d2fdca64f56704843" diff --git a/lambdas/ack_backend/pyproject.toml b/lambdas/ack_backend/pyproject.toml index b65647882..b37cca7d3 100644 --- a/lambdas/ack_backend/pyproject.toml +++ b/lambdas/ack_backend/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" freezegun = "^1.5.2" moto = "^4" diff --git a/lambdas/id_sync/poetry.lock b/lambdas/id_sync/poetry.lock index 6f8cfc106..cd4a196a6 100644 --- a/lambdas/id_sync/poetry.lock +++ b/lambdas/id_sync/poetry.lock @@ -15,18 +15,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -35,14 +35,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -911,4 +911,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "bb81e1d561bff2f0ba6b13575d1617f37456d36e5b2140fbf70382102a984aff" +content-hash = "5362b606bbcf01bc43a36b5f4642f84c5a604d321e7b890fa61446622fdc7e81" diff --git a/lambdas/id_sync/pyproject.toml b/lambdas/id_sync/pyproject.toml index b96b85af1..2c4add467 100644 --- a/lambdas/id_sync/pyproject.toml +++ b/lambdas/id_sync/pyproject.toml @@ -19,7 +19,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" moto = "~5.1.14" python-stdnum = "^2.1" diff --git a/lambdas/mns_subscription/poetry.lock b/lambdas/mns_subscription/poetry.lock index 2d3bf20aa..26d785489 100644 --- a/lambdas/mns_subscription/poetry.lock +++ b/lambdas/mns_subscription/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -830,4 +830,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "ec8112bd9ee9e4a7455e9f43d6fb7e5d32ee542e0e4a5e476c8d4d522d902a36" +content-hash = "8c44a339f4e82cfc6f021eb00607e219fe339d24dd5783a3df527828cdb33b0f" diff --git a/lambdas/mns_subscription/pyproject.toml b/lambdas/mns_subscription/pyproject.toml index eba1359d0..9abe6fafa 100644 --- a/lambdas/mns_subscription/pyproject.toml +++ b/lambdas/mns_subscription/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" pyjwt = "~2.10.1" moto = "^5.1.14" coverage = "^7.10.7" diff --git a/lambdas/redis_sync/poetry.lock b/lambdas/redis_sync/poetry.lock index 790be7d4d..9d4d767c8 100644 --- a/lambdas/redis_sync/poetry.lock +++ b/lambdas/redis_sync/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "async-timeout" @@ -15,18 +15,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -35,14 +35,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -934,4 +934,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "fc20f3b9f74eb6fd8ca8518b109b31f2198c6af6810a911784da43db23442272" +content-hash = "a17fd74fc43ce3715302ba2a21ae3b3168504bbeeba9343759b620a9dcdaef30" diff --git a/lambdas/redis_sync/pyproject.toml b/lambdas/redis_sync/pyproject.toml index ba4a63955..118e07c4d 100644 --- a/lambdas/redis_sync/pyproject.toml +++ b/lambdas/redis_sync/pyproject.toml @@ -19,7 +19,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" moto = "~5.1.14" python-stdnum = "^2.1" diff --git a/lambdas/shared/poetry.lock b/lambdas/shared/poetry.lock index 0c0539dad..6e063c6c9 100644 --- a/lambdas/shared/poetry.lock +++ b/lambdas/shared/poetry.lock @@ -15,18 +15,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -35,14 +35,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -911,4 +911,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "bb81e1d561bff2f0ba6b13575d1617f37456d36e5b2140fbf70382102a984aff" +content-hash = "5362b606bbcf01bc43a36b5f4642f84c5a604d321e7b890fa61446622fdc7e81" diff --git a/lambdas/shared/pyproject.toml b/lambdas/shared/pyproject.toml index f3f3c8b9f..47a167787 100644 --- a/lambdas/shared/pyproject.toml +++ b/lambdas/shared/pyproject.toml @@ -18,7 +18,7 @@ packages = [ [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" moto = "~5.1.14" python-stdnum = "^2.1" diff --git a/mesh_processor/poetry.lock b/mesh_processor/poetry.lock index c5f5057c0..2f89ac462 100644 --- a/mesh_processor/poetry.lock +++ b/mesh_processor/poetry.lock @@ -2,18 +2,18 @@ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -22,14 +22,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -968,4 +968,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "5bfcaa24dc0621cd3150ac9bfa7e00b8cbcd1f6be8fc63bacdb5ab38ba0068cc" +content-hash = "edff86a48e9aef26d19ac96322ea39c6d8e93285d2c7a095fbcdb8a3c3a09b84" diff --git a/mesh_processor/pyproject.toml b/mesh_processor/pyproject.toml index 17c2423ac..3090c462d 100644 --- a/mesh_processor/pyproject.toml +++ b/mesh_processor/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "~3.11" -boto3 = "~1.40.45" +boto3 = "~1.40.46" mypy-boto3-dynamodb = "^1.40.44" moto = {extras = ["s3"], version = "^5.1.14"} coverage = "^7.10.7" diff --git a/recordprocessor/poetry.lock b/recordprocessor/poetry.lock index 1d5346b8e..b05ba942c 100644 --- a/recordprocessor/poetry.lock +++ b/recordprocessor/poetry.lock @@ -27,18 +27,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.45" +version = "1.40.46" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.45-py3-none-any.whl", hash = "sha256:5b145752d20f29908e3cb8c823bee31c77e6bcf18787e570f36bbc545cc779ed"}, - {file = "boto3-1.40.45.tar.gz", hash = "sha256:e8d794dc1f01729d93dc188c90cf63cd0d32df8818a82ac46e641f6ffcea615e"}, + {file = "boto3-1.40.46-py3-none-any.whl", hash = "sha256:0dfdc13992ceac1ef36a3ab0ac281cd4a45210a53181dc9a71afabfc1db889fe"}, + {file = "boto3-1.40.46.tar.gz", hash = "sha256:3676767a03d84544b01b3390a2bbdc3b98479223661e90f0ba0b22f4d3f0cb9f"}, ] [package.dependencies] -botocore = ">=1.40.45,<1.41.0" +botocore = ">=1.40.46,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -47,14 +47,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs-lite" -version = "1.40.45" -description = "Lite type annotations for boto3 1.40.45 generated with mypy-boto3-builder 8.11.0" +version = "1.40.46" +description = "Lite type annotations for boto3 1.40.46 generated with mypy-boto3-builder 8.11.0" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "boto3_stubs_lite-1.40.45-py3-none-any.whl", hash = "sha256:1e28cfab7729b0ce87c7da4cd8196ba8f408c95e5bb87a77edf7e79792c31e9f"}, - {file = "boto3_stubs_lite-1.40.45.tar.gz", hash = "sha256:284a29910c1f968261152c1bd4d4457280b770a7600832ecb3a8bcb92b3dad91"}, + {file = "boto3_stubs_lite-1.40.46-py3-none-any.whl", hash = "sha256:572a6256c3840e34ff0466fe09d108c9ce9cfecff3eb390ec62fd249a14f6933"}, + {file = "boto3_stubs_lite-1.40.46.tar.gz", hash = "sha256:a6de9dc009dea093784d8ab48d0ca35eb63f2c03451611a02a12f5d39cc6c1d4"}, ] [package.dependencies] @@ -117,7 +117,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.40.0,<1.41.0)"] billing = ["mypy-boto3-billing (>=1.40.0,<1.41.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.40.0,<1.41.0)"] -boto3 = ["boto3 (==1.40.45)"] +boto3 = ["boto3 (==1.40.46)"] braket = ["mypy-boto3-braket (>=1.40.0,<1.41.0)"] budgets = ["mypy-boto3-budgets (>=1.40.0,<1.41.0)"] ce = ["mypy-boto3-ce (>=1.40.0,<1.41.0)"] @@ -483,14 +483,14 @@ xray = ["mypy-boto3-xray (>=1.40.0,<1.41.0)"] [[package]] name = "botocore" -version = "1.40.45" +version = "1.40.46" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.45-py3-none-any.whl", hash = "sha256:9abf473d8372ade8442c0d4634a9decb89c854d7862ffd5500574eb63ab8f240"}, - {file = "botocore-1.40.45.tar.gz", hash = "sha256:cf8b743527a2a7e108702d24d2f617e93c6dc7ae5eb09aadbe866f15481059df"}, + {file = "botocore-1.40.46-py3-none-any.whl", hash = "sha256:d2c8e0d9ba804d6fd9b942db0aa3e6cfbdd9aab86581b472ee97809b6e5103e0"}, + {file = "botocore-1.40.46.tar.gz", hash = "sha256:4b0c0efdba788117ef365bf930c0be7300fa052e5e195ea3ed53ab278fc6d7b1"}, ] [package.dependencies] @@ -1600,4 +1600,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "b3607eb8e63b38767c3bf378854410297981a89d8e57ac817a900735e0c40561" +content-hash = "16404995a0a2d667670578b0e906a0c79a363476a92bcb576e1335666f31e2a5" diff --git a/recordprocessor/pyproject.toml b/recordprocessor/pyproject.toml index 3363f29f3..8ea56aacf 100644 --- a/recordprocessor/pyproject.toml +++ b/recordprocessor/pyproject.toml @@ -9,8 +9,8 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "~3.11" "fhir.resources" = "~7.0.2" -boto3 = "~1.40.45" -boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.45"} +boto3 = "~1.40.46" +boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.46"} aws-lambda-typing = "~2.20.0" moto = "^4" simplejson = "^3.20.2"