diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-26 07:16:13 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-07-27 09:15:02 +0200 |
commit | dde94751d6b315e1774284977676ab700b70400d (patch) | |
tree | 85f088c3ffd2600d07edfdf491f7e8f65076294e /requirements-dev.txt | |
parent | 07a0135a92e4b3c861a9c82ad8fdb8ba61607740 (diff) | |
download | searxng-dde94751d6b315e1774284977676ab700b70400d.tar.gz searxng-dde94751d6b315e1774284977676ab700b70400d.zip |
[upd] pypi: Bump selenium from 4.23.0 to 4.23.1
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.0 to 4.23.1.
- [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 c63bb885e..a95f67d59 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.0 +selenium==4.23.1 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.3.7; python_version > '3.8' |