diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-30 07:49:50 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-08-31 09:50:34 +0200 |
commit | 769b2ed030e6a60c3b3ea52f2993addf7d5e9756 (patch) | |
tree | 70f227a2812a0f1d9b3833f1410c1a179ca1a06e | |
parent | e86c96974d3f6cff74f1a901b44d3eeb0b200b9f (diff) | |
download | searxng-769b2ed030e6a60c3b3ea52f2993addf7d5e9756.tar.gz searxng-769b2ed030e6a60c3b3ea52f2993addf7d5e9756.zip |
[upd] pypi: Bump selenium from 4.23.1 to 4.24.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.24.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.24.0)
---
updated-dependencies:
- dependency-name: selenium
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 fc2ecb761..954682a82 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==24.3.0 pylint==3.2.6 splinter==0.21.0 -selenium==4.23.1 +selenium==4.24.0 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.4.7; python_version > '3.8' |