diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-09 07:00:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 07:00:48 +0000 |
commit | 8a043b6202bc0698f000efb04948ab81e107f2fc (patch) | |
tree | 8f4ccd317073555849b0e4bbe231eb0cca0928a2 /requirements.txt | |
parent | 67eea86b35a1f5b9f5f17e0438332f15e852a22e (diff) | |
download | searxng-8a043b6202bc0698f000efb04948ab81e107f2fc.tar.gz searxng-8a043b6202bc0698f000efb04948ab81e107f2fc.zip |
Bump redis from 4.3.5 to 4.4.0
Bumps [redis](https://github.com/redis/redis-py) from 4.3.5 to 4.4.0.
- [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.5...v4.4.0)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 7612ff97a..90c164ba2 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.5 +redis==4.4.0 markdown-it-py==2.1.0 typing_extensions==4.4.0 |