diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-02 08:02:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 08:02:54 +0000 |
commit | 9e6c23ffe95107be3237047d078aa23835c9c3cb (patch) | |
tree | 6c91a57ced974e4b6e0f1439c1f1e85821838afd /requirements-dev.txt | |
parent | 317fe0a2565d39277d40e083ea9bd394fd617436 (diff) | |
download | searxng-9e6c23ffe95107be3237047d078aa23835c9c3cb.tar.gz searxng-9e6c23ffe95107be3237047d078aa23835c9c3cb.zip |
Bump selenium from 4.6.0 to 4.7.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.6.0...selenium-4.7.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 d93a716fe..cf50bd573 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.10.0 pylint==2.15.7 splinter==0.18.1 -selenium==4.6.0 +selenium==4.7.0 twine==4.0.2 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.3.0 |