diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-10 07:35:32 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-23 12:43:24 +0100 |
commit | 9556c9da8e9ac8d702a17c6022709a741a3e69ec (patch) | |
tree | fea12e572c15d3c147fb6221d6c009542a6dac56 /requirements-dev.txt | |
parent | 69747d5cb30ee01f52d68b3fa3a7f3a160153ba5 (diff) | |
download | searxng-9556c9da8e9ac8d702a17c6022709a741a3e69ec.tar.gz searxng-9556c9da8e9ac8d702a17c6022709a741a3e69ec.zip |
Bump selenium from 3.141.0 to 4.1.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 3.141.0 to 4.1.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-3.141.0...selenium-4.1.0)
---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:development
update-type: version-update:semver-major
...
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 9556a302b..606875d13 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 pycodestyle==2.8.0 pylint==2.12.2 splinter==0.16.0 -selenium==3.141.0 +selenium==4.1.0 twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.3.1 |