From 0d26da8a46f0b26b62834da3afe2c1fe8b300fc5 Mon Sep 17 00:00:00 2001 From: Aleksolotl <aleksolotl@aleksis.org> Date: Wed, 5 Jul 2023 19:13:49 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1e5cd7..fa09b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-django = "^4.1" pytest-django-testing-postgresql = "^0.2" pytest-cov = "^4.0.0" pytest-sugar = "^0.9.2" -selenium = "^4.0.0" +selenium = "<4.10.0" freezegun = "^1.1.0" [tool.poetry.group.docs] -- GitLab