chore: bump test deps

Seems to be slower on my maching, let's see on CI.
This commit is contained in:
Yohan Boniface 2024-02-07 15:45:24 +01:00
parent 5c49464c53
commit 2047f0bcfa

View file

@ -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 = [