diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 16:01:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 16:01:32 +0000 |
commit | 782ddb36564164c9a02885fe476660cba4716c2c (patch) | |
tree | a05b3427fd34adaa62eef0ee9db85fe67d059332 /requirements-dev.txt | |
parent | 14cb5f52cda75718a2ca7ad421b77382dc529d71 (diff) | |
download | searxng-782ddb36564164c9a02885fe476660cba4716c2c.tar.gz searxng-782ddb36564164c9a02885fe476660cba4716c2c.zip |
Bump selenium from 4.2.0 to 4.3.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.2.0...selenium-4.3.0)
---
updated-dependencies:
- dependency-name: selenium
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 972a69177..90e7c1530 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==22.3.0 pycodestyle==2.8.0 pylint==2.14.3 splinter==0.18.0 -selenium==4.2.0 +selenium==4.3.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.5.0 |