diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-13 17:44:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 17:44:10 +0200 |
| commit | 4fb29aae812aa464c12fd959fc24dd91934f6a3b (patch) | |
| tree | 12da1e3b30b0e5db8ec45ae4329c6134f939b86a /requirements-dev.txt | |
| parent | c303da55b02711e4b01f7ec48dc868761847c675 (diff) | |
[upd] pypi: Bump the minor group with 2 updates (#4776)
Bumps the minor group with 2 updates: [selenium](https://github.com/SeleniumHQ/Selenium) and [redis](https://github.com/redis/redis-py).
Updates `selenium` from 4.31.0 to 4.32.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.31.0...selenium-4.32.0)
Updates `redis` from 5.0.8 to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.8...v5.2.1)
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 d0e29867a..63c5fe842 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.31.0 +selenium==4.32.0 Pallets-Sphinx-Themes==2.3.0 Sphinx==7.4.7 sphinx-issues==5.0.1 |