diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-11 07:03:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-11 07:03:36 +0000 |
| commit | c9383247786d04cd9cef2ecbd99aaf748d2f7a12 (patch) | |
| tree | 8ca74547955d8be828f0eb0c04f2e6886efeff68 /requirements-dev.txt | |
| parent | e63457584b85b268bf5fd3e1ed3de7fb0265c8b2 (diff) | |
Bump selenium from 4.5.0 to 4.6.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.5.0...selenium-4.6.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 0d9ae56c8..78c5300f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.10.0 pylint==2.15.5 splinter==0.18.1 -selenium==4.5.0 +selenium==4.6.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.3.0 |