Skip to content

Commit 5391fec

Browse files
committed
chore: upgrade lock file
1 parent 741fcfb commit 5391fec

File tree

2 files changed

+627
-456
lines changed

2 files changed

+627
-456
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description = "Unified GUI Censorship Resistant Solution"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"APScheduler>=3.11.0",
8+
"APScheduler>=3.11.1",
99
"Deprecated==1.2.13",
1010
"Jinja2>=3.1.6",
1111
"PyJWT>=2.10.1",
1212
"PyYAML>=6.0.2",
1313
"alembic>=1.15.2",
1414
"bcrypt==5.0.0",
15-
"click>=8.1.8",
15+
"click>=8.3.1",
1616
"commentjson==0.9.0",
1717
"cryptography==46.0.3",
1818
"fastapi>=0.124.0",
@@ -24,12 +24,12 @@ dependencies = [
2424
"python-dotenv>=0.21.1",
2525
"python-multipart>=0.0.7",
2626
"qrcode>=8.1",
27-
"rich>=13.7.1",
27+
"rich>=14.2.0",
2828
"uvicorn==0.38.0",
29-
"sse-starlette>=2.1.3",
29+
"sse-starlette>=3.0.3",
3030
"httpx>=0.28.1",
3131
"packaging>=24.2",
32-
"sqlalchemy[asyncio]>=2.0.40",
32+
"sqlalchemy[asyncio]>=2.0.44",
3333
"aiosqlite>=0.21.0",
3434
"asyncpg>=0.30.0",
3535
"asyncmy>=0.2.10; sys_platform != 'win32'",
@@ -39,7 +39,7 @@ dependencies = [
3939
"aiohttp-socks>=0.10.1",
4040
"uvloop>=0.21.0; sys_platform != 'win32'",
4141
"aiorwlock>=1.5.0",
42-
"typer>=0.17.3",
42+
"typer>=0.20.0",
4343
"pasarguard-node-bridge>=0.3.6",
4444
"pip-system-certs>=5.3",
4545
]
@@ -65,11 +65,11 @@ docstring-code-line-length = "dynamic"
6565

6666
[dependency-groups]
6767
dev = [
68-
"pytest>=8.3.5",
68+
"pytest>=9.0.2",
6969
"pytest-asyncio>=0.26.0",
7070
"pytest-watch>=4.2.0",
7171
"ruff>=0.11.6",
7272
"sqlalchemy-utils>=0.41.2",
73-
"textual-dev>=1.7.0",
73+
"textual-dev>=1.8.0",
7474
"watchfiles>=1.0.4",
7575
]

0 commit comments

Comments
 (0)