Skip to content

Commit

Permalink
fix(deps): update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Jan 16, 2025
1 parent dee12ef commit cf3b5df
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.18
rev: 0.5.20
hooks:
- id: uv-lock
args: ["--frozen"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"portion<3.0.0,>=2.6.0",
"proto-plus<2.0.0,>=1.25.0",
"pydantic<3.0.0,>=2.10.5",
"pydantic-extra-types<3.0.0,>=2.10.1",
"pydantic-extra-types<3.0.0,>=2.10.2",
"pydantic-settings[yaml]<3.0.0,>=2.7.1",
"pymediainfo<7.0.0,>=6.1.0; sys_platform != \"emscripten\"",
"pypinyin<1.0.0,>=0.53.0",
Expand Down Expand Up @@ -80,7 +80,7 @@ ruamel_yaml = [
]
lxml = ["lxml>=5.3.0"]
tui = [
"textual-fspicker>=0.1.0",
"textual-fspicker>=0.1.1",
"libresvip[upath]",
]
webui = [
Expand Down
Loading

0 comments on commit cf3b5df

Please sign in to comment.