diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-19 07:29:36 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-07-20 07:54:21 +0200 |
commit | b0aa6fe8a50d7bb84b05037566e9fe0973bd7d3d (patch) | |
tree | 62764eee58f163db1552137a43fb79c86930e743 | |
parent | ffde2563645f074c52e4a1bf9fb66948e74e7797 (diff) | |
download | searxng-b0aa6fe8a50d7bb84b05037566e9fe0973bd7d3d.tar.gz searxng-b0aa6fe8a50d7bb84b05037566e9fe0973bd7d3d.zip |
[upd] pypi: Bump selenium from 4.22.0 to 4.23.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.22.0 to 4.23.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.22.0...selenium-4.23.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 ff75a62f9..760a4bbcd 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.5 splinter==0.21.0 -selenium==4.22.0 +selenium==4.23.0 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.3.7; python_version > '3.8' |