Bump pytest-timeout to 2.5.0 in pyproject.toml

This commit is contained in:
Yurii Motov committed 2026-08-17 10:58:43 +02:00
1 parent ecd1ca2222
commit 4cf5dbb8a6
2 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -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",
Generated
+2 -2
View File
@@ -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" },