Bump up to `pytest>=3.8.5` to match "GH actions"
parent
d58e77353f
commit
466c68896e
|
@ -48,6 +48,7 @@ dependencies = [
|
||||||
# typed IPC msging
|
# typed IPC msging
|
||||||
# TODO, get back on release once 3.13 support is out!
|
# TODO, get back on release once 3.13 support is out!
|
||||||
"msgspec>=0.19.0",
|
"msgspec>=0.19.0",
|
||||||
|
"pytest>=3.8.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
# ------ project ------
|
# ------ project ------
|
||||||
|
|
2
uv.lock
2
uv.lock
|
@ -354,6 +354,7 @@ dependencies = [
|
||||||
{ name = "colorlog" },
|
{ name = "colorlog" },
|
||||||
{ name = "msgspec" },
|
{ name = "msgspec" },
|
||||||
{ name = "pdbp" },
|
{ name = "pdbp" },
|
||||||
|
{ name = "pytest" },
|
||||||
{ name = "tabcompleter" },
|
{ name = "tabcompleter" },
|
||||||
{ name = "tricycle" },
|
{ name = "tricycle" },
|
||||||
{ name = "trio" },
|
{ name = "trio" },
|
||||||
|
@ -377,6 +378,7 @@ requires-dist = [
|
||||||
{ name = "colorlog", specifier = ">=6.8.2,<7" },
|
{ name = "colorlog", specifier = ">=6.8.2,<7" },
|
||||||
{ name = "msgspec", specifier = ">=0.19.0" },
|
{ name = "msgspec", specifier = ">=0.19.0" },
|
||||||
{ name = "pdbp", specifier = ">=1.6,<2" },
|
{ name = "pdbp", specifier = ">=1.6,<2" },
|
||||||
|
{ name = "pytest", specifier = ">=3.8.5" },
|
||||||
{ name = "tabcompleter", specifier = ">=1.4.0" },
|
{ name = "tabcompleter", specifier = ">=1.4.0" },
|
||||||
{ name = "tricycle", specifier = ">=0.4.1,<0.5" },
|
{ name = "tricycle", specifier = ">=0.4.1,<0.5" },
|
||||||
{ name = "trio", specifier = ">0.27" },
|
{ name = "trio", specifier = ">0.27" },
|
||||||
|
|
Loading…
Reference in New Issue