Skip to content

Commit 25c6aaa

Browse files
committed
Bump packages
1 parent 3dadff4 commit 25c6aaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
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]

packages/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
1313
"shelly-manager-core", # Local package dependency
14-
"click==8.2.1",
14+
"click==8.3.1",
1515
"rich==14.1.0",
1616
]
1717

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)