chore(deps): updated dependencies asgiref and boto3/botocore
All checks were successful
Build Docker images / acls (push) Successful in 2m2s

asgiref to 3.9.1
botocore to 1.39.3
boto3 to 1.39.3

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-08 10:06:33 -04:00
parent c2d4bc864a
commit 5c088c5899
2 changed files with 15 additions and 15 deletions

View File

@@ -5,9 +5,9 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"asgiref==3.9.0",
"boto3==1.38.46",
"botocore==1.38.46",
"asgiref==3.9.1",
"boto3==1.39.3",
"botocore==1.39.3",
"certifi==2025.6.15",
"charset-normalizer==3.4.2",
"click==8.2.1",