File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ keywords = [
2020]
2121requires-python = " >=3.14"
2222dependencies = [
23- " fastapi>=0.136.3 " ,
23+ " fastapi>=0.137.1 " ,
2424 " uvicorn[standard]>=0.49.0" ,
2525 " aioboto3>=15.5.0" ,
2626 " boto3>=1.40.0" ,
2727 " botocore>=1.40.0" ,
28- " cryptography>=48 .0.1 " ,
28+ " cryptography>=49 .0.0 " ,
2929 " pydantic>=2.13.4" ,
3030 " pydantic-settings>=2.14.1" ,
3131 " structlog>=26.1.0" ,
@@ -44,15 +44,15 @@ dependencies = [
4444
4545[project .optional-dependencies ]
4646dev = [
47- " pytest>=9.0 .0" ,
47+ " pytest>=9.1 .0" ,
4848 " pytest-asyncio>=1.4.0" ,
4949 " pytest-cov>=7.1.0" ,
5050 " pytest-xdist>=3.8.0" ,
5151 " moto[s3]>=5.2.2" ,
52- " ruff>=0.15.16 " ,
52+ " ruff>=0.15.17 " ,
5353 " mypy>=2.1.0" ,
54- " boto3-stubs[s3]>=1.43.26 " ,
55- " fakeredis>=2.36.1 " ,
54+ " boto3-stubs[s3]>=1.43.31 " ,
55+ " fakeredis>=2.36.2 " ,
5656 " requests>=2.34.2" ,
5757]
5858
You can’t perform that action at this time.
0 commit comments