diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-10 07:35:38 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-11-12 20:51:32 +0100 |
commit | 3c1725bc9e672ddf570c56ebeea03d54cba47932 (patch) | |
tree | 1ec10725dc4adcc45fb27309e07f28c523dd43d9 /requirements-dev.txt | |
parent | db7abeee067e2ce39945b2dfd47fb204151dc85f (diff) | |
download | searxng-3c1725bc9e672ddf570c56ebeea03d54cba47932.tar.gz searxng-3c1725bc9e672ddf570c56ebeea03d54cba47932.zip |
Bump selenium from 4.15.1 to 4.15.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.15.1 to 4.15.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 6a2d00ac8..c6e11cd5c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.12.0 pylint==3.0.2 splinter==0.19.0 -selenium==4.15.1 +selenium==4.15.2 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 Sphinx<=7.1.2; python_version == '3.8' |