diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-06-15 13:32:34 +0200 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-06-16 11:30:33 -0400 |
| commit | 125e337a4c91e907d022f02c9aa8a393fd2921ed (patch) | |
| tree | 02ab9bda8a06770966cb135d63c7f3c5f51c5f33 | |
| parent | d0378e181e828dce90d865f38b8f10f260d88de3 (diff) | |
Removed selenium<4.44.0 version pin.
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 6603e94a2c..e8056bd46f 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -14,7 +14,7 @@ pymemcache >= 3.4.0 pywatchman; sys_platform != 'win32' PyYAML >= 6.0.2 redis >= 5.1.0 -selenium >= 4.23.0,<4.44.0 +selenium >= 4.23.0 sqlparse >= 0.5.0 tblib >= 3.0.0 tzdata |
