mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-12 21:38:39 -04:00
Bump pytest-timeout to 2.5.0 in pyproject.toml
This commit is contained in:
1 parent
ecd1ca2222
commit
4cf5dbb8a6
2 files changed
+3
-3
No files matched your search
+1
-1
@@ -178,7 +178,7 @@ tests = [
|
||||
"pytest-xdist[psutil]>=3.0.2",
|
||||
"pytest-cov>=4.0.0",
|
||||
"pytest-sugar>=1.0.0",
|
||||
"pytest-timeout>=2.4.0",
|
||||
"pytest-timeout>=2.5.0",
|
||||
]
|
||||
translations = [
|
||||
"gitpython >=3.1.46",
|
||||
|
||||
@@ -1065,7 +1065,7 @@ dev = [
|
||||
{ name = "pytest-codspeed", specifier = ">=4.3.0" },
|
||||
{ name = "pytest-cov", specifier = ">=4.0.0" },
|
||||
{ name = "pytest-sugar", specifier = ">=1.0.0" },
|
||||
{ name = "pytest-timeout", specifier = ">=2.4.0" },
|
||||
{ name = "pytest-timeout", specifier = ">=2.5.0" },
|
||||
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" },
|
||||
{ name = "python-slugify", specifier = ">=8.0.4" },
|
||||
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
|
||||
@@ -1125,7 +1125,7 @@ tests = [
|
||||
{ name = "pytest-codspeed", specifier = ">=4.3.0" },
|
||||
{ name = "pytest-cov", specifier = ">=4.0.0" },
|
||||
{ name = "pytest-sugar", specifier = ">=1.0.0" },
|
||||
{ name = "pytest-timeout", specifier = ">=2.4.0" },
|
||||
{ name = "pytest-timeout", specifier = ">=2.5.0" },
|
||||
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" },
|
||||
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
|
||||
{ name = "ruff", specifier = ">=0.14.14" },
|
||||
|
||||
Reference in new issue
Block a user