diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-26 07:02:12 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-26 09:10:46 +0200 |
commit | 00818703055f600d96b7c6f7af2b3e5797b6a11d (patch) | |
tree | e9aed05d55391b71b2bf0c2f0365e70773cc031d /requirements-dev.txt | |
parent | ddaa6ed7593e07e772b9374b863b0f6eab206690 (diff) | |
download | searxng-00818703055f600d96b7c6f7af2b3e5797b6a11d.tar.gz searxng-00818703055f600d96b7c6f7af2b3e5797b6a11d.zip |
[upd] pypi: Bump selenium from 4.19.0 to 4.20.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.19.0 to 4.20.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.19.0...selenium-4.20.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 7278b7163..e20e79ca4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==24.3.0 pylint==3.1.0 splinter==0.21.0 -selenium==4.19.0 +selenium==4.20.0 Pallets-Sphinx-Themes==2.1.1 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version > '3.8' |