mirror of
https://github.com/umap-project/umap.git
synced 2025-05-06 14:31:50 +02:00
chore: bump test deps
Seems to be slower on my maching, let's see on CI.
This commit is contained in:
parent
5c49464c53
commit
2047f0bcfa
1 changed files with 5 additions and 5 deletions
|
@ -53,11 +53,11 @@ dev = [
|
||||||
"isort==5.12",
|
"isort==5.12",
|
||||||
]
|
]
|
||||||
test = [
|
test = [
|
||||||
"factory-boy==3.2.1",
|
"factory-boy==3.3.0",
|
||||||
"playwright>=1.39",
|
"playwright==1.41.2",
|
||||||
"pytest==6.2.5",
|
"pytest==8.0.0",
|
||||||
"pytest-django==4.5.2",
|
"pytest-django==4.8.0",
|
||||||
"pytest-playwright==0.4.3",
|
"pytest-playwright==0.4.4",
|
||||||
"pytest-xdist>=3.5.0,<4",
|
"pytest-xdist>=3.5.0,<4",
|
||||||
]
|
]
|
||||||
docker = [
|
docker = [
|
||||||
|
|
Loading…
Reference in a new issue