diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-21 07:56:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 07:56:46 +0000 |
commit | 08651d6e68134fabea1abdb353e9be93490c903e (patch) | |
tree | 155432fd147bf4d4f478c748d759c6cc220d2080 /requirements-dev.txt | |
parent | 0265bf52c4247ff562e3e5c552dbf860d0b5b764 (diff) | |
download | searxng-08651d6e68134fabea1abdb353e9be93490c903e.tar.gz searxng-08651d6e68134fabea1abdb353e9be93490c903e.zip |
Bump selenium from 4.8.3 to 4.9.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.3 to 4.9.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.9.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 f9ebe4cbe..bae79b27d 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.2 splinter==0.19.0 -selenium==4.8.3 +selenium==4.9.0 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 Sphinx==5.3.0 |