diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-12-24 10:05:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 10:05:20 +0100 |
| commit | 7bef2cc8dc8f85e6954803a50b66da26f05a2562 (patch) | |
| tree | 03b3ec0eaf0509b5c5c4435d1f7bcc1127d20fe0 /requirements-dev.txt | |
| parent | 6300b0b4b2f620168143787a4dd8450b906b92a9 (diff) | |
| parent | 81abc5f4c2d9373ef6f5287f6efd6b4d1f79e6c6 (diff) | |
Merge pull request #548 from searxng/dependabot/pip/master/selenium-4.1.0
Bump selenium from 3.141.0 to 4.1.0
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 9556a302b..fe918254c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,8 +3,8 @@ nose2[coverage_plugin]==0.10.0 cov-core==1.15.0 pycodestyle==2.8.0 pylint==2.12.2 -splinter==0.16.0 -selenium==3.141.0 +splinter==0.17.0 +selenium==4.1.0 twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.3.1 |