Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2025-01-14 12:06:30 +03:00
committed by GitHub
parent 3024073a96
commit 0fc651fefe
4 changed files with 84 additions and 77 deletions

View File

@@ -15,8 +15,8 @@ dependencies = [
"attrs==24.3.0",
"autoflake==2.3.1",
"black==24.10.0",
"boto3==1.35.81",
"botocore==1.35.81",
"boto3==1.35.*",
"botocore==1.35.*",
"certifi==2024.12.14",
"cfgv==3.4.0",
"charset-normalizer==3.4.1",
@@ -30,7 +30,7 @@ dependencies = [
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.28.1",
"identify==2.6.4",
"identify==2.6.*",
"idna==3.10",
"immutables==0.21",
"iniconfig==2.0.0",
@@ -64,12 +64,12 @@ dependencies = [
"s3transfer==0.10.4",
"six==1.17.0",
"sniffio==1.3.1",
"starlette==0.41.3",
"starlette==0.41.*",
"typing_extensions==4.12.2",
"urllib3==2.3.0 ",
"uvicorn==0.34.0",
"virtualenv==20.28.1",
"wrapt==1.17.0",
"wrapt==1.17.*",
"yarl==1.18.3"
]
dynamic = ["version"]