diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-17 07:23:23 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-11-27 14:34:38 +0100 |
commit | e06c7208206d14e8c5b49602ef00239ec154661c (patch) | |
tree | ee105515e09bdc8c38ff6b17ef801cfb5709513f /requirements-dev.txt | |
parent | 44392bd436252d7c2c38a62c759712f1766c9fff (diff) | |
download | searxng-e06c7208206d14e8c5b49602ef00239ec154661c.tar.gz searxng-e06c7208206d14e8c5b49602ef00239ec154661c.zip |
Bump splinter from 0.19.0 to 0.20.1
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.19.0 to 0.20.1.
- [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.19.0...0.20.1)
---
updated-dependencies:
- dependency-name: splinter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 749111294..a8e24b368 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.14.0 cov-core==1.15.0 black==22.12.0 pylint==3.0.2 -splinter==0.19.0 +splinter==0.20.1 selenium==4.15.2 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 |