Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pytest-playwright>=0.5.2 # [稳定层] Playwright 官方 pytest 插
allure-pytest>=2.13.5 # [稳定层] Allure 报告

# ===== [稳定层] UI 自动化 =====
playwright==1.59.0 # [稳定层] major 升级 dependabot 已锁
playwright==1.60.0 # [稳定层] major 升级 dependabot 已锁

# ===== [稳定层] API 测试 =====
requests==2.33.0 # [稳定层](修 CVE-2026-25645 extract_zipped_paths Insecure Temp File,2.32.4 仅修 netrc/verify)
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allure-pytest>=2.13.5
pytest-bdd==7.0.0

# UI 自动化
playwright==1.59.0
playwright==1.60.0

# API 测试
requests==2.33.0
Expand Down
Loading