summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-13 07:22:22 +0000
committerGitHub <noreply@github.com>2023-10-13 07:22:22 +0000
commit3cfe097eddec2864a7225cde30c0c1d84ccb8f4c (patch)
treed95db507bd857e64e199698f152219ca6bf22f15
parentac82daf58df82c9f5c20986ffc27208fda2d6ce0 (diff)
downloadsearx-dependabot/pip/master/selenium-4.14.0.tar.gz
searx-dependabot/pip/master/selenium-4.14.0.zip
Bump selenium from 4.13.0 to 4.14.0dependabot/pip/master/selenium-4.14.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.13.0...selenium-4.14.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 a3b27d745..464f4761c 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,7 +4,7 @@ cov-core==1.15.0
black==22.12.0
pylint==3.0.1
splinter==0.19.0
-selenium==4.13.0
+selenium==4.14.0
twine==4.0.2
Pallets-Sphinx-Themes==2.1.1
Sphinx<=7.1.2; python_version == '3.8'