diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-06-26 14:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-26 14:22:54 +0200 |
| commit | 370a021780b25123a410ffa771ed7d88b8760570 (patch) | |
| tree | 8db5b16bbda406903d2b8d70e55e674ff339f5ef /tests/requirements | |
| parent | 3152f9de47a317d658ebee6d5b517b7e1258aa1f (diff) | |
Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0.
This bumps minimum supported versions of selenium to the first release
to support Python 3.10.
Diffstat (limited to 'tests/requirements')
| -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 e712f06d6b..5a7cc2f28a 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -14,7 +14,7 @@ pymemcache >= 3.4.0 pywatchman; sys.platform != 'win32' PyYAML redis >= 3.4.0 -selenium >= 3.8.0 +selenium >= 4.8.0 sqlparse >= 0.3.1 tblib >= 1.5.0 tzdata |
