From 2047f0bcfad4eba248804ed929aaf7b52a4d40fe Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 7 Feb 2024 15:45:24 +0100 Subject: [PATCH] chore: bump test deps Seems to be slower on my maching, let's see on CI. --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c35b6ac..372ac360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [