Browse Source

Update `pytest-sugar` lower version bound to 1.0.0

pull/14992/head
Yurii Motov 5 months ago
parent
commit
65462231f5
  1. 2
      pyproject.toml
  2. 4
      uv.lock

2
pyproject.toml

@ -180,7 +180,7 @@ tests = [
"a2wsgi >=1.9.0,<=2.0.0",
"pytest-xdist[psutil]>=2.5.0",
"pytest-cov>=4.0.0",
"pytest-sugar>=0.9.5",
"pytest-sugar>=1.0.0",
]
translations = [
"gitpython >=3.1.46",

4
uv.lock

@ -1299,7 +1299,7 @@ dev = [
{ name = "pytest", specifier = ">=9.0.0" },
{ name = "pytest-codspeed", specifier = ">=4.2.0" },
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=0.9.5" },
{ name = "pytest-sugar", specifier = ">=1.0.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "python-slugify", specifier = ">=8.0.4" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
@ -1361,7 +1361,7 @@ tests = [
{ name = "pytest", specifier = ">=9.0.0" },
{ name = "pytest-codspeed", specifier = ">=4.2.0" },
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=0.9.5" },
{ name = "pytest-sugar", specifier = ">=1.0.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = ">=0.14.14" },

Loading…
Cancel
Save