diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-24 07:56:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 07:56:36 +0000 |
commit | 22c6bc3b574e507492608abaa5cbd5b4d3ba0fd4 (patch) | |
tree | 846e71881eab8336c85de01decb54d0a837a272a /requirements-dev.txt | |
parent | d669da81fbe820df2d97c98560d00dee32979dc9 (diff) | |
download | searxng-22c6bc3b574e507492608abaa5cbd5b4d3ba0fd4.tar.gz searxng-22c6bc3b574e507492608abaa5cbd5b4d3ba0fd4.zip |
Bump selenium from 4.8.0 to 4.8.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.0 to 4.8.2.
- [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 df395af59..690630785 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.12.0 pylint==2.16.2 splinter==0.19.0 -selenium==4.8.0 +selenium==4.8.2 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 Sphinx==5.3.0 |