mirror of
https://github.com/umap-project/umap.git
synced 2025-05-06 06:21:49 +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",
|
||||
]
|
||||
test = [
|
||||
"factory-boy==3.2.1",
|
||||
"playwright>=1.39",
|
||||
"pytest==6.2.5",
|
||||
"pytest-django==4.5.2",
|
||||
"pytest-playwright==0.4.3",
|
||||
"factory-boy==3.3.0",
|
||||
"playwright==1.41.2",
|
||||
"pytest==8.0.0",
|
||||
"pytest-django==4.8.0",
|
||||
"pytest-playwright==0.4.4",
|
||||
"pytest-xdist>=3.5.0,<4",
|
||||
]
|
||||
docker = [
|
||||
|
|
Loading…
Reference in a new issue