diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-03-11 08:24:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 08:24:19 +0100 |
| commit | 9941a8262a9684a446f4bde15104d540053df5e2 (patch) | |
| tree | e4910ffe058bad31ec95900a514db5fcb3095d5d | |
| parent | 92709c919c80b3708072935db1cae17c631fcfd7 (diff) | |
| parent | 9664b86581a4c1865d0c1d56d4c78a048c7ea7c6 (diff) | |
Merge pull request #955 from searxng/dependabot/pip/master/selenium-4.1.3
Bump selenium from 4.1.2 to 4.1.3
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 7460caf78..fe3b8e04b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==22.1.0 pycodestyle==2.8.0 pylint==2.12.2 splinter==0.17.0 -selenium==4.1.2 +selenium==4.1.3 twine==3.8.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.4.0 |