diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-04 12:02:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 12:02:21 +0200 |
| commit | b44a3609477ed64e6da69bca46b2335d96277dbc (patch) | |
| tree | a0546e2680d9c1523f06ee13beb23e1433c245e9 /requirements-dev.txt | |
| parent | db8d4d38776f1750bcb13138e578156e95428ebc (diff) | |
[upd] pypi: Bump selenium from 4.33.0 to 4.34.0 in the minor group (#4968)
Bumps the minor group with 1 update: [selenium](https://github.com/SeleniumHQ/Selenium).
Updates `selenium` from 4.33.0 to 4.34.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.33.0...selenium-4.34.0)
---
updated-dependencies:
- dependency-name: selenium
dependency-version: 4.34.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 418824b03..dbc3bcf9e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==24.3.0 pylint==3.3.7 splinter==0.21.0 -selenium==4.33.0 +selenium==4.34.0 Pallets-Sphinx-Themes==2.3.0 Sphinx==7.4.7 sphinx-issues==5.0.1 |