diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-09 07:56:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 07:56:59 +0000 |
commit | f6cbc3630a493e5cbabb0109b11938d2cc243957 (patch) | |
tree | 955378e97c02ff752260739892a466f771ca303e /requirements-dev.txt | |
parent | 280a66b24b6ffcf3a02aca7aa55926758572e30b (diff) | |
download | searxng-f6cbc3630a493e5cbabb0109b11938d2cc243957.tar.gz searxng-f6cbc3630a493e5cbabb0109b11938d2cc243957.zip |
Bump selenium from 4.9.1 to 4.10.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.1...selenium-4.10.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 392c9863d..e3b58a944 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.4 splinter==0.19.0 -selenium==4.9.1 +selenium==4.10.0 twine==4.0.2 Pallets-Sphinx-Themes==2.1.0 Sphinx==6.2.1 |