diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-25 07:00:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 07:00:57 +0000 |
commit | 72a079fe89eb58b1ac27b92cae120e8db3140898 (patch) | |
tree | b2953dcee930a8224341c78a30a8fdb542e2bb6d /requirements.txt | |
parent | b5371b7a85b548b28853014963da83b57fba5dc7 (diff) | |
download | searxng-72a079fe89eb58b1ac27b92cae120e8db3140898.tar.gz searxng-72a079fe89eb58b1ac27b92cae120e8db3140898.zip |
Bump redis from 4.3.4 to 4.3.5
Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.3.5.
- [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/v4.3.4...v4.3.5)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 0bfeaf53f..7612ff97a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.3.2 -redis==4.3.4 +redis==4.3.5 markdown-it-py==2.1.0 typing_extensions==4.4.0 |