chore(test): update pytest and required components

ref: #733
This commit is contained in:
2025-05-01 00:40:06 +09:30
parent 4ea5ddf122
commit 927776b9a7
2 changed files with 7 additions and 5 deletions

4
.vscode/launch.json vendored
View File

@ -84,7 +84,9 @@
"request": "launch",
"module": "pytest",
"args": [
"--collect-only"
"--override-ini", "addopts=",
"--collect-only",
"app",
],
"console": "integratedTerminal",
"justMyCode": false

View File

@ -1,6 +1,6 @@
pytest==8.2.0
pytest-django==4.8.0
coverage==7.5.1
pytest-cov==5.0.0
pytest==8.3.5
pytest-django==4.11.1
coverage==7.8.0
pytest-cov==6.1.1
# selenium==4.21.0