diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-30 07:10:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-30 07:10:50 +0000 |
| commit | aee4b87653099db5cb4b88e2d5e201842f409d8e (patch) | |
| tree | d0e88c19418717fc6880d88504a74b0bdb5ba811 /requirements-dev.txt | |
| parent | a7d693231c71ab2db688b39aa75bf696383bc643 (diff) | |
Bump selenium from 4.4.3 to 4.5.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.5.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 c4ff9428c..97efe796c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==22.8.0 pylint==2.15.3 splinter==0.18.1 -selenium==4.4.3 +selenium==4.5.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==5.1.1 |