File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ readme = "README.md"
1111requires-python = " >=3.11"
1212dependencies = [
1313 " shelly-manager-core" , # Local package dependency
14- " litestar[standard]==2.16 .0" ,
15- " uvicorn[standard]==0.35 .0" ,
14+ " litestar[standard]==2.19 .0" ,
15+ " uvicorn[standard]==0.40 .0" ,
1616]
1717
1818[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ readme = "README.md"
1111requires-python = " >=3.11"
1212dependencies = [
1313 " shelly-manager-core" , # Local package dependency
14- " click==8.2 .1" ,
14+ " click==8.3 .1" ,
1515 " rich==14.1.0" ,
1616]
1717
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies = [
1919 " zeroconf>=0.147.0" ,
2020 " SQLAlchemy[asyncio]>=2.0.25" ,
2121 " aiosqlite>=0.19.0" ,
22- " cryptography>=42 .0.0 " ,
22+ " cryptography>=46 .0.3 " ,
2323]
2424
2525[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments