This commit is contained in:
dependabot[bot] 2026-06-04 05:15:38 +08:00 committed by GitHub
commit 87b57dabad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ dependencies = [
"pytest>=7.4.0",
"pytest-asyncio>=0.21.0",
"pytest-cov>=4.1.0",
"pytest-mock>=3.12.0",
"pytest-mock>=3.15.1",
"pytest-xdist>=3.3.0",
"pytest-bdd>=7.0.0",
"black>=23.9.0",
@ -122,7 +122,7 @@ dev = [
"pytest>=7.4.0",
"pytest-asyncio>=0.21.0",
"pytest-cov>=4.1.0",
"pytest-mock>=3.12.0",
"pytest-mock>=3.15.1",
"pytest-xdist>=3.3.0",
"pytest-bdd>=7.0.0",
"pytest-spec>=3.2.0",

View File

@ -4,7 +4,7 @@
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
pytest-mock>=3.15.1
pytest-benchmark>=5.2.3
# Linting and formatting