diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-01 12:05:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 12:05:37 +0000 |
commit | ede0390035be7912d5c04b267940298b43d5c41e (patch) | |
tree | f14bfbc4fa1a8cca47c18178285d89f5e27fc2a9 /requirements-dev.txt | |
parent | 1489df1e3ffc8d0bda78504779cd0bffe9e1bf98 (diff) | |
download | searxng-ede0390035be7912d5c04b267940298b43d5c41e.tar.gz searxng-ede0390035be7912d5c04b267940298b43d5c41e.zip |
Bump splinter from 0.18.0 to 0.18.1
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.18.0 to 0.18.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.18.0...0.18.1)
---
updated-dependencies:
- dependency-name: splinter
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 2cd864c79..6c850f41e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.6.0 pycodestyle==2.8.0 pylint==2.14.4 -splinter==0.18.0 +splinter==0.18.1 selenium==4.3.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 |