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.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.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f505e6b74..168d797b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Brotli==1.1.0 uvloop==0.21.0 httpx-socks[asyncio]==0.7.7 setproctitle==1.3.6 -redis==5.0.8 +redis==5.2.1 markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.2.1; python_version < '3.11' |