Skip to content

Commit ee30638

Browse files
committed
Update versions of dev dependencies
black 22.8->22.10 mypy 0.971->0.982
1 parent b729337 commit ee30638

File tree

3 files changed

+58
-59
lines changed

3 files changed

+58
-59
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 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.8.0"
20+
black = "^22.10.0"
2121
isort = "^5.10.0"
22-
mypy = "^0.971"
22+
mypy = "^0.982"
2323

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

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
22

3-
black==22.8.0 ; python_version >= "3.9" and python_version < "3.11"
3+
black==22.10.0 ; python_version >= "3.9" and python_version < "3.11"
44
click==8.1.3 ; python_version >= "3.9" and python_version < "3.11"
55
colorama==0.4.5 ; python_version >= "3.9" and python_version < "3.11" and platform_system == "Windows"
66
isort==5.10.1 ; python_version >= "3.9" and python_version < "3.11"
77
mypy-extensions==0.4.3 ; python_version >= "3.9" and python_version < "3.11"
8-
mypy==0.971 ; python_version >= "3.9" and python_version < "3.11"
8+
mypy==0.982 ; python_version >= "3.9" and python_version < "3.11"
99
pathspec==0.10.1 ; python_version >= "3.9" and python_version < "3.11"
1010
platformdirs==2.5.2 ; python_version >= "3.9" and python_version < "3.11"
1111
pyside6-addons==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
1212
pyside6-essentials==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
1313
pyside6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
1414
shiboken6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
1515
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
16-
typing-extensions==4.3.0 ; python_version >= "3.9" and python_version < "3.11"
16+
typing-extensions==4.4.0 ; python_version >= "3.9" and python_version < "3.11"

0 commit comments

Comments
 (0)