From 9df03ab5187dff8f0f1f031c357ed2c903a43107 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 24 Jul 2024 11:43:38 +0300 Subject: [PATCH] Pin selenium to latest version 4.23.1 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index d151292b..aa9785c1 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -9,6 +9,6 @@ needle>=0.5.0,<1.0.0 nose>=1.3.7,<2.0.0 pycodestyle==2.6.0 pydocstyle==5.1.1 -selenium>=3.3.3,<4.0 +selenium==4.23.1 -e git+https://github.com/edx/xblock-sdk.git@0.3.0#egg=xblock-sdk