diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-01 09:30:06 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-01 18:41:14 +0200 |
commit | beccec2e1f7d76ed9fa301c7ba53abf8fef4de02 (patch) | |
tree | 03d81068b533cd6b2e8574aee2628e9190b91a29 /requirements-dev.txt | |
parent | 9c4e9d381462c16e93ef74fd5133512f720a77e5 (diff) | |
download | searxng-beccec2e1f7d76ed9fa301c7ba53abf8fef4de02.tar.gz searxng-beccec2e1f7d76ed9fa301c7ba53abf8fef4de02.zip |
Bump selenium from 4.11.2 to 4.12.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.11.2 to 4.12.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.12.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 0ca818987..ce84f2252 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.12.0 pylint==2.17.5 splinter==0.19.0 -selenium==4.11.2 +selenium==4.12.0 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 Sphinx==7.1.2; python_version == '3.8' |