Skip to content

Commit bbc38e7

Browse files
chore(deps): update all non-major dependencies
1 parent 925081a commit bbc38e7

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"click (>=8.1.7,<9.0.0)",
1616
"pydub (>=0.25.1,<0.26.0)",
1717
"fastcrc (>=0.3.2,<0.4.0)",
18-
"unitypy (==1.22.5)",
18+
"unitypy (==1.23.0)",
1919
"tenacity (>=9.0.0,<10.0.0)",
2020
"pycryptodome (>=3.18.0,<4.0.0)",
2121
"httpx (>=0.24.1,<1.0.0,!=0.28.0)",
@@ -25,7 +25,7 @@ dependencies = [
2525
]
2626

2727
[dependency-groups]
28-
dev = ["ruff>=0.12.0,<0.13", "pre-commit>=4.0.0,<5"]
28+
dev = ["ruff>=0.14.2,<0.15", "pre-commit>=4.0.0,<5"]
2929

3030
[tool.ruff]
3131
line-length = 88
@@ -86,5 +86,5 @@ module-name = "torappu"
8686
module-root = ""
8787

8888
[build-system]
89-
requires = ["uv_build>=0.8.4,<0.9.0"]
89+
requires = ["uv_build>=0.9.6,<0.10.0"]
9090
build-backend = "uv_build"

0 commit comments

Comments
 (0)