diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-03 07:00:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 07:00:57 +0000 |
commit | 4a456f00fd915da90c42c8ae8be4b569c0a484bf (patch) | |
tree | 28757728396c0dc777984357e7cd7f990c99b1b5 /requirements-dev.txt | |
parent | d9ab83642f3b398c36f808bd8b08dc3b482722f4 (diff) | |
download | searxng-4a456f00fd915da90c42c8ae8be4b569c0a484bf.tar.gz searxng-4a456f00fd915da90c42c8ae8be4b569c0a484bf.zip |
Bump splinter from 0.18.1 to 0.19.0
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.18.1 to 0.19.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.18.1...0.19.0)
---
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 07a0795be..acf9a61a1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.12.0 pylint==2.15.10 -splinter==0.18.1 +splinter==0.19.0 selenium==4.7.2 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 |