Skip to content

Commit f8e808c

Browse files
committed
Update versions of dependencies
更新开发依赖项版本;
1 parent 61dd88c commit f8e808c

2 files changed

Lines changed: 65 additions & 64 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ repository = "https://github.com/muziing/Py2exe-GUI"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.9,<3.11"
13-
PySide6 = "~6.2.0" # LTS version
13+
PySide6 = "~6.2.0" # latest LTS version
1414

1515
[tool.poetry.urls]
1616
"Bug Tracker" = "https://github.com/muziing/Py2exe-GUI/issues"
1717

1818
[tool.poetry.group.dev.dependencies]
19-
Sphinx = "^5.1.0"
19+
Sphinx = "^5.2.0"
2020
black = "^22.8.0"
2121
isort = "^5.10.0"
22-
mypy = "^0.971"
22+
mypy = "^0.982"
2323
pyinstaller = "^5.4"
2424

2525
[tool.black]

0 commit comments

Comments
 (0)