diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-11 07:04:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 07:04:47 +0000 |
commit | 9664b86581a4c1865d0c1d56d4c78a048c7ea7c6 (patch) | |
tree | 54926c9faa64ded87c23eba4dc46cb0e3e3852ea /requirements-dev.txt | |
parent | e1319fc21c713cfb9675389ba38f37e10cf77cd2 (diff) | |
download | searxng-9664b86581a4c1865d0c1d56d4c78a048c7ea7c6.tar.gz searxng-9664b86581a4c1865d0c1d56d4c78a048c7ea7c6.zip |
Bump selenium from 4.1.2 to 4.1.3
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.2 to 4.1.3.
- [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 7460caf78..fe3b8e04b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==22.1.0 pycodestyle==2.8.0 pylint==2.12.2 splinter==0.17.0 -selenium==4.1.2 +selenium==4.1.3 twine==3.8.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.4.0 |