Skip to content

Commit 4f0dce6

Browse files
committed
Update versions of dev dependencies
微调三大开发依赖的版本限制,使用更新版本的工具
1 parent a7d3e62 commit 4f0dce6

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

poetry.lock

Lines changed: 56 additions & 56 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
@@ -17,9 +17,9 @@ python = ">=3.9,<3.11"
1717
pyside6 = "^6.3.0"
1818

1919
[tool.poetry.dev-dependencies]
20-
black = "^22.3.0"
21-
isort = "^5.10.1"
22-
mypy = "^0.961"
20+
black = "^22.8.0"
21+
isort = "^5.10.0"
22+
mypy = "^0.971"
2323

2424
[build-system]
2525
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)