diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-13 04:06:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 04:06:23 +0000 |
commit | e1dedfd8c302eed7ad57b5845b4fc982d633298a (patch) | |
tree | 6b9dc5a6fa1daa9e9f8ccb042d68b180ecf65cd2 | |
parent | 6625b6193e97d5d39260628d737783b7017f3a85 (diff) | |
download | searxng-e1dedfd8c302eed7ad57b5845b4fc982d633298a.tar.gz searxng-e1dedfd8c302eed7ad57b5845b4fc982d633298a.zip |
Bump selenium from 4.9.0 to 4.9.1
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.0...selenium-4.9.1)
---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 b543fad81..c9311784c 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.4 splinter==0.19.0 -selenium==4.9.0 +selenium==4.9.1 twine==4.0.2 Pallets-Sphinx-Themes==2.1.0 Sphinx==6.2.1 |