Skip to content

Commit 7f511d9

Browse files
committed
chore: Some cleanup
1 parent 85ca1fe commit 7f511d9

4 files changed

Lines changed: 26 additions & 28 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ reportMissingModuleSource = "none"
3333

3434
[dependency-groups]
3535
dev = [
36-
"pip>=25.3",
36+
"pip>=26.0.1",
3737
"pygobject-stubs>=2.16.0",
38-
"ty>=0.0.8",
38+
"ty>=0.0.17",
3939
]
4040

4141
[tool.uv.sources]

subprojects/wn

Submodule wn updated 1 file

uv.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wordbook/settings_window.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from gi.repository import Adw, Gtk
1010

11-
from wordbook import utils
1211
from wordbook.constants import RES_PATH
1312
from wordbook.settings import PronunciationAccent, Settings
1413

0 commit comments

Comments
 (0)