diff --git a/poetry.lock b/poetry.lock index d7a010f26..f04dbba33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -193,17 +193,17 @@ files = [ [[package]] name = "boto3" -version = "1.36.16" +version = "1.36.21" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.36.16-py3-none-any.whl", hash = "sha256:b10583bf8bd35be1b4027ee7e26b7cdf2078c79eab18357fd602cecb6d39400b"}, - {file = "boto3-1.36.16.tar.gz", hash = "sha256:0cf92ca0538ab115447e1c58050d43e1273e88c58ddfea2b6f133fdc508b400a"}, + {file = "boto3-1.36.21-py3-none-any.whl", hash = "sha256:f94faa7cf932d781f474d87f8b4c14a033af95ac1460136b40d75e7a30086ef0"}, + {file = "boto3-1.36.21.tar.gz", hash = "sha256:41eb2b73eb612d300e629e3328b83f1ffea0fc6633e75c241a72a76746c1db26"}, ] [package.dependencies] -botocore = ">=1.36.16,<1.37.0" +botocore = ">=1.36.21,<1.37.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.11.0,<0.12.0" @@ -212,13 +212,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.36.16" +version = "1.36.21" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.36.16-py3-none-any.whl", hash = "sha256:aca0348ccd730332082489b6817fdf89e1526049adcf6e9c8c11c96dd9f42c03"}, - {file = "botocore-1.36.16.tar.gz", hash = "sha256:10c6aa386ba1a9a0faef6bb5dbfc58fc2563a3c6b95352e86a583cd5f14b11f3"}, + {file = "botocore-1.36.21-py3-none-any.whl", hash = "sha256:24a7052e792639dc2726001bd474cd0aaa959c1e18ddd92c17f3adc6efa1b132"}, + {file = "botocore-1.36.21.tar.gz", hash = "sha256:da746240e2ad64fd4997f7f3664a0a8e303d18075fc1d473727cb6375080ea16"}, ] [package.dependencies] @@ -4214,4 +4214,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "10ff788bc4786312680df345ed34ad061e73df4ed8e125e8f3ff573ac8e9711f" +content-hash = "4bb8533ed24ab2da02a6779eccf87ae59e25e2b6f82daa26b890c3b76fedbc12" diff --git a/pyproject.toml b/pyproject.toml index 09fb9b60a..71bef0185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "3.12.6" Pillow = "10.4.0" PyNaCl = "1.5.0" beautifulsoup4 = "4.8.2" -boto3 = "1.36.16" +boto3 = "1.36.21" celery = "5.4.0" celery-redbeat = "2.2.0" dj-database-url = "0.5.0"