diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-09 09:09:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 09:09:02 +0000 |
commit | 266b86055fd81bc83f025d948ff9c3c9a997e1f5 (patch) | |
tree | 47eecb27b7fd6ad459ac5b82dcebc42bfe88991b /requirements-dev.txt | |
parent | a6d870d5cfecfee78dcdd2a67cce318c894da2da (diff) | |
download | searxng-266b86055fd81bc83f025d948ff9c3c9a997e1f5.tar.gz searxng-266b86055fd81bc83f025d948ff9c3c9a997e1f5.zip |
Bump selenium from 4.7.0 to 4.7.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.7.0 to 4.7.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 cd72bfad5..f159b1ed0 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.8 splinter==0.18.1 -selenium==4.7.0 +selenium==4.7.2 twine==4.0.2 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.3.0 |