diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-18 08:37:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 08:37:25 +0200 |
commit | b41a685eb1d19bb971b77a67ea039352de0ee4cc (patch) | |
tree | c0c9caa387d5908f420dabf09d8c37c9ae2af4f6 /requirements-dev.txt | |
parent | 1945039017b7a044b1606ef0da24d569552ef727 (diff) | |
parent | 880378f48d78e65fd1ed37c797ba7145823cd588 (diff) | |
download | searxng-b41a685eb1d19bb971b77a67ea039352de0ee4cc.tar.gz searxng-b41a685eb1d19bb971b77a67ea039352de0ee4cc.zip |
Merge pull request #1336 from searxng/dependabot/pip/master/splinter-0.18.0
Bump splinter from 0.17.0 to 0.18.0
Diffstat (limited to 'requirements-dev.txt')
-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 0e58cea97..55581d0d6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.3.0 pycodestyle==2.8.0 pylint==2.14.2 -splinter==0.17.0 +splinter==0.18.0 selenium==4.2.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 |