diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-12 07:04:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 07:04:30 +0000 |
commit | 11dfff766b0250000a93712931c41fda0cd0faff (patch) | |
tree | 523c64b05a1d6912fc1ee24a9b5c9bc35a23835d /requirements-dev.txt | |
parent | 2bfb269f0a2a2c35d3e4752cb839c38ddcaf805d (diff) | |
download | searxng-11dfff766b0250000a93712931c41fda0cd0faff.tar.gz searxng-11dfff766b0250000a93712931c41fda0cd0faff.zip |
Bump selenium from 4.3.0 to 4.4.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.3.0...selenium-4.4.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 5b629dd00..9a8344ec9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.6.0 pylint==2.14.5 splinter==0.18.1 -selenium==4.3.0 +selenium==4.4.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.1.1 |