diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-19 07:05:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 07:05:11 +0000 |
commit | f252fa716d585cb1fe51fc480214b3ffc71f5cb3 (patch) | |
tree | ff3b7235e9cc2c5cd2cb34892e225d684669b92e /requirements-dev.txt | |
parent | 649d1a144de332c87c7e2dd3de78e28968472b56 (diff) | |
download | searxng-f252fa716d585cb1fe51fc480214b3ffc71f5cb3.tar.gz searxng-f252fa716d585cb1fe51fc480214b3ffc71f5cb3.zip |
Bump selenium from 4.4.0 to 4.4.3
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.4.0 to 4.4.3.
- [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-patch
...
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 9a8344ec9..d6d0bb2ee 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.4.0 +selenium==4.4.3 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.1.1 |