diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-25 13:53:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 13:53:16 +0200 |
commit | 4a26771d65d7a79a79dc3ab2c4e00d6b4b3c3057 (patch) | |
tree | a05b3427fd34adaa62eef0ee9db85fe67d059332 | |
parent | 14cb5f52cda75718a2ca7ad421b77382dc529d71 (diff) | |
parent | 782ddb36564164c9a02885fe476660cba4716c2c (diff) | |
download | searxng-4a26771d65d7a79a79dc3ab2c4e00d6b4b3c3057.tar.gz searxng-4a26771d65d7a79a79dc3ab2c4e00d6b4b3c3057.zip |
Merge pull request #1360 from searxng/dependabot/pip/master/selenium-4.3.0
Bump selenium from 4.2.0 to 4.3.0
-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 972a69177..90e7c1530 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==22.3.0 pycodestyle==2.8.0 pylint==2.14.3 splinter==0.18.0 -selenium==4.2.0 +selenium==4.3.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.5.0 |