diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-03 07:57:22 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-11-03 10:00:54 +0100 |
commit | dd0ccd7904d452e83e19f74929bf327f3c3cb985 (patch) | |
tree | 725d02b47956199e635107d6ad38516398a4cb8f | |
parent | baef837eb6f3a6d0a1e4bbe53c7083f3fbc39bef (diff) | |
download | searxng-dd0ccd7904d452e83e19f74929bf327f3c3cb985.tar.gz searxng-dd0ccd7904d452e83e19f74929bf327f3c3cb985.zip |
Bump selenium from 4.14.0 to 4.15.1
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.1.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)
---
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 7d39f97ca..6a2d00ac8 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.2 splinter==0.19.0 -selenium==4.14.0 +selenium==4.15.1 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 Sphinx<=7.1.2; python_version == '3.8' |