diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-25 07:07:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-25 07:07:00 +0000 |
| commit | bbee3de6b9f9cd98222e443ee2420b2683e1f79a (patch) | |
| tree | ccb6cd04b91241aeb6075e98086bbe690cb8dfd8 /requirements-dev.txt | |
| parent | 8d937179ab42296af4235952e44c5961e355e9d4 (diff) | |
Bump selenium from 4.1.0 to 4.1.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.0 to 4.1.2.
- [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 9f8c46289..7460caf78 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.0 +selenium==4.1.2 twine==3.8.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.4.0 |