diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-17 07:19:07 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-06-18 08:10:33 +0200 |
commit | 880378f48d78e65fd1ed37c797ba7145823cd588 (patch) | |
tree | 19a0cfc27c3a7bc728c64736f106b6ebbdda6c95 /requirements-dev.txt | |
parent | 4f90b93e1d940b940e014e2fe26558040939464b (diff) | |
download | searxng-880378f48d78e65fd1ed37c797ba7145823cd588.tar.gz searxng-880378f48d78e65fd1ed37c797ba7145823cd588.zip |
Bump splinter from 0.17.0 to 0.18.0
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/cobrateam/splinter/releases)
- [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst)
- [Commits](https://github.com/cobrateam/splinter/compare/0.17.0...0.18.0)
---
updated-dependencies:
- dependency-name: splinter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alexandre Flament <alex@al-f.net>
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 85f7dfbda..65c6dec01 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 |