diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-04 07:22:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-04 07:22:43 +0000 |
commit | e6285aed94999a659c280e0ecb99e2272486534d (patch) | |
tree | 9b4bc0994e4bd498d40efecc79f133e240374f17 /requirements-dev.txt | |
parent | 4bc69c803d394ed54ac03aa628c75247aa418105 (diff) | |
download | searxng-e6285aed94999a659c280e0ecb99e2272486534d.tar.gz searxng-e6285aed94999a659c280e0ecb99e2272486534d.zip |
Bump selenium from 4.7.2 to 4.8.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.8.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 acf9a61a1..0c4b07311 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.12.0 pylint==2.15.10 splinter==0.19.0 -selenium==4.7.2 +selenium==4.8.0 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 Sphinx==5.3.0 |