chore: Update Python dependencies

This commit is contained in:
sebthom
2022-10-29 16:13:47 +02:00
parent b095eb1802
commit b0e9fbe23e
2 changed files with 13 additions and 23 deletions

View File

@@ -52,12 +52,12 @@ version = {use_scm = true}
[tool.pdm.dev-dependencies]
dev = [
"autopep8~=1.6",
"autopep8~=2.0",
"bandit~=1.7",
"pytest~=7.2",
"pyinstaller~=5.6",
"psutil",
"pylint==2.15",
"pylint~=2.15",
"mypy~=0.982",
]