summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 07:30:46 +0000
committerGitHub <noreply@github.com>2024-03-29 07:30:46 +0000
commit6ff4e46d7ff9ce392a3d1b3ec98fd2fe0086f2bb (patch)
tree0e0e03cf5d75c3f3376052e5f85dafcf1ebbb18e
parent550ca55778a597d7b1be0bcaf5fdff65a6d24c7c (diff)
downloadsearx-dependabot/pip/master/selenium-4.19.0.tar.gz
searx-dependabot/pip/master/selenium-4.19.0.zip
[upd] pypi: Bump selenium from 4.18.1 to 4.19.0dependabot/pip/master/selenium-4.19.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.18.1 to 4.19.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.18.1...selenium-4.19.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 9915a28cb..726d264d4 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.18.1
+selenium==4.19.0
Pallets-Sphinx-Themes==2.1.1
Sphinx<=7.1.2; python_version == '3.8'
Sphinx==7.2.6; python_version > '3.8'