diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-17 07:51:17 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-17 16:52:09 +0200 |
commit | ec41b535876c7906871ea25638837db3dbc5e4ab (patch) | |
tree | 3e643370e1a61daaefd694bc4fcafac5ff2d22b2 /requirements-dev.txt | |
parent | a49232ee29aa01e5ef2a825bec5f09021a69e0cc (diff) | |
download | searxng-ec41b535876c7906871ea25638837db3dbc5e4ab.tar.gz searxng-ec41b535876c7906871ea25638837db3dbc5e4ab.zip |
[upd] pypi: Bump selenium from 4.20.0 to 4.21.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.20.0 to 4.21.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.20.0...selenium-4.21.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 2d4b3c9a3..fb7aa0d37 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.20.0 +selenium==4.21.0 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.3.7; python_version > '3.8' |