diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-27 07:22:02 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-09-28 08:50:35 +0200 |
commit | f95a5effcc859cce327eba928cb3b73e382c7e46 (patch) | |
tree | 8b3419badeaec9d5033ad815fd41e72e83b21e1a /requirements-dev.txt | |
parent | 9bae26a106820ce0153b611225f9bd2d7611fa6b (diff) | |
download | searxng-f95a5effcc859cce327eba928cb3b73e382c7e46.tar.gz searxng-f95a5effcc859cce327eba928cb3b73e382c7e46.zip |
[upd] pypi: Bump selenium from 4.24.0 to 4.25.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.24.0 to 4.25.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.24.0...selenium-4.25.0)
---
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 e45e58029..148cdd56c 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.7 splinter==0.21.0 -selenium==4.24.0 +selenium==4.25.0 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.4.7; python_version > '3.8' |