Skip to content

Commit 5d1cfa3

Browse files
authored
⬆️ deps: bump deps (#542)
1 parent 27f4ee4 commit 5d1cfa3

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ dependencies = [
2525
"biliass==2.3.0",
2626
"colorama>=0.4.6; sys_platform == 'win32'",
2727
"typing-extensions>=4.14.1",
28-
"dict2xml>=1.7.6",
28+
"dict2xml>=1.7.7",
2929
"httpx[http2,socks]>=0.28.1",
30-
"tomli>=2.0.2; python_version < '3.11'",
30+
"tomli>=2.2.1; python_version < '3.11'",
3131
"pydantic>=2.11.7",
32-
"returns>=0.25.0",
32+
"returns>=0.26.0",
3333
]
3434
optional-dependencies.mcp = ["fastmcp>=2.10.2"]
3535

@@ -44,13 +44,13 @@ yutto = "yutto.__main__:main"
4444

4545
[dependency-groups]
4646
dev = [
47-
"pyright>=1.1.402",
48-
"ruff>=0.12.2",
47+
"pyright>=1.1.403",
48+
"ruff>=0.12.5",
4949
"typos>=1.34.0",
5050
"pytest>=8.4.1",
5151
"pytest-rerunfailures>=15.1",
5252
"syrupy>=4.9.1",
53-
"pytest-codspeed>=3.2.0",
53+
"pytest-codspeed>=4.0.0",
5454
]
5555

5656
[tool.uv.sources]

0 commit comments

Comments
 (0)