diff --git a/poetry.lock b/poetry.lock index 4d4290b1..4c52cf26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,34 +37,34 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "boto3" -version = "1.38.6" +version = "1.38.31" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.38.6-py3-none-any.whl", hash = "sha256:fe5bbd349310ef560b247e61453983ee6078ad4c2672620ca66bc0d29d64e728"}, - {file = "boto3-1.38.6.tar.gz", hash = "sha256:9d764c402cadd112020812b9621a567058aa29d41a491d2d04b070be19ad5173"}, + {file = "boto3-1.38.31-py3-none-any.whl", hash = "sha256:809945a62d8bea5bbb4e85261530b6481c08aa21579864aa885cb8fd0768ee17"}, + {file = "boto3-1.38.31.tar.gz", hash = "sha256:491a4f1f2ae64f8e45a9d97896684dde5d8d14d8ab5083d4545ab3cb6a9b005e"}, ] [package.dependencies] -botocore = ">=1.38.6,<1.39.0" +botocore = ">=1.38.31,<1.39.0" jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.12.0,<0.13.0" +s3transfer = ">=0.13.0,<0.14.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.6" +version = "1.38.31" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.38.6-py3-none-any.whl", hash = "sha256:ccac197e444b7fcdc2ddbdafddddf9f82454a7e1f9d2a55ef9dcc0258b3b27e3"}, - {file = "botocore-1.38.6.tar.gz", hash = "sha256:07e0721f6b1758183ed425f481a7af79e4897a3c02c2c486e101c576aee7377c"}, + {file = "botocore-1.38.31-py3-none-any.whl", hash = "sha256:6c2767fac62a3b564c7bba7da4724b79351102a19fb491ed24ae9e2627d9f30b"}, + {file = "botocore-1.38.31.tar.gz", hash = "sha256:50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff"}, ] [package.dependencies] @@ -1195,14 +1195,14 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "s3transfer" -version = "0.12.0" +version = "0.13.0" description = "An Amazon S3 Transfer Manager" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "s3transfer-0.12.0-py3-none-any.whl", hash = "sha256:35b314d7d82865756edab59f7baebc6b477189e6ab4c53050e28c1de4d9cce18"}, - {file = "s3transfer-0.12.0.tar.gz", hash = "sha256:8ac58bc1989a3fdb7c7f3ee0918a66b160d038a147c7b5db1500930a607e9a1c"}, + {file = "s3transfer-0.13.0-py3-none-any.whl", hash = "sha256:0148ef34d6dd964d0d8cf4311b2b21c474693e57c2e069ec708ce043d2b527be"}, + {file = "s3transfer-0.13.0.tar.gz", hash = "sha256:f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177"}, ] [package.dependencies] @@ -1389,4 +1389,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "6673ce1948a3076bf29a391fe61dd6f88490f59b679c2dc984a7da3a95f153f9" +content-hash = "8dc3cd4117ceae4a2f42bd37570abd854f830150d07c27e3d2db7711e2b24ba4" diff --git a/pyproject.toml b/pyproject.toml index 3d00c4ac..2cb1741c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ authors = ["Ali Karbassi "] [tool.poetry.dependencies] python = "3.11.9" arrow = "^1.3.0" -boto3 = "^1.38.6" +boto3 = "^1.38.31" django = "^5.2" django-active-link = "^0.2.2" django-allauth = {extras = ["socialaccount"], version = "^65.9.0"}