diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-31 07:56:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 07:56:56 +0000 |
commit | 615c8ebcfdd9e25ab5868a6501033487a3542ccd (patch) | |
tree | bd3c0e5d57be0a7a726febf78e5802844c0f9521 /requirements-dev.txt | |
parent | a9680f0f7528788e6589221d40459175c81bc04a (diff) | |
download | searxng-615c8ebcfdd9e25ab5868a6501033487a3542ccd.tar.gz searxng-615c8ebcfdd9e25ab5868a6501033487a3542ccd.zip |
Bump selenium from 4.8.2 to 4.8.3
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.2 to 4.8.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 e7fea88d2..c1d93b764 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.12.0 pylint==2.17.1 splinter==0.19.0 -selenium==4.8.2 +selenium==4.8.3 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 Sphinx==5.3.0 |