diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-04 07:01:12 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-04 09:54:12 +0200 |
commit | 5a5b95df3e939b1d5ad4c0179ed960f7de5328b0 (patch) | |
tree | a4c8a727584e678bd00ce0465dfc134af7200bce /requirements-dev.txt | |
parent | 996da1fae0162052e07e67cbc0c11694ce913dcf (diff) | |
download | searxng-5a5b95df3e939b1d5ad4c0179ed960f7de5328b0.tar.gz searxng-5a5b95df3e939b1d5ad4c0179ed960f7de5328b0.zip |
Bump selenium from 4.10.0 to 4.11.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.10.0 to 4.11.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-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 de9c2db9b..d1dae2379 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.5 splinter==0.19.0 -selenium==4.10.0 +selenium==4.11.2 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 Sphinx==7.1.2 |