summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-21 07:22:07 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-06-21 12:28:32 +0200
commitf6f622f7e5627cc5afc8919a8fbc451b6003c9d7 (patch)
tree0db3236388d446caad1d7013620e686d9cc04c18
parent7f72c48b59aa7f86e0f6d806cb15e8bff514f5c5 (diff)
downloadsearxng-f6f622f7e5627cc5afc8919a8fbc451b6003c9d7.tar.gz
searxng-f6f622f7e5627cc5afc8919a8fbc451b6003c9d7.zip
[upd] pypi: Bump selenium from 4.21.0 to 4.22.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.21.0 to 4.22.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.21.0...selenium-4.22.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index ca4f672eb..2889b5666 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,7 +4,7 @@ cov-core==1.15.0
black==24.3.0
pylint==3.2.3
splinter==0.21.0
-selenium==4.21.0
+selenium==4.22.0
Pallets-Sphinx-Themes==2.1.3
Sphinx<=7.1.2; python_version == '3.8'
Sphinx==7.3.7; python_version > '3.8'