diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-03 09:08:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 09:08:15 +0000 |
commit | 028764cbcee6a5e1e2ba9d13328dbc1c9c492389 (patch) | |
tree | 31f5d78a224587918280a664ffb4ff614e9f0be4 /requirements-dev.txt | |
parent | a408dd37e762d30157f4c224f638b450f132ff1f (diff) | |
download | searxng-028764cbcee6a5e1e2ba9d13328dbc1c9c492389.tar.gz searxng-028764cbcee6a5e1e2ba9d13328dbc1c9c492389.zip |
Bump selenium from 4.1.5 to 4.2.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.5 to 4.2.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.2.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 03e0e35f6..ab9dad1c3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==22.3.0 pycodestyle==2.8.0 pylint==2.13.9 splinter==0.17.0 -selenium==4.1.5 +selenium==4.2.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.5.0 |