summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-07 07:37:03 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-06-07 10:13:38 +0200
commitcbd8ecdaad6cd92c85cc52be8eb2d99a16f61fd9 (patch)
tree673a3e79570097adb3bb25789abae85f39c74aa0
parent312c922ce139a0244c73af6ca1b2803ae1d3db32 (diff)
downloadsearxng-cbd8ecdaad6cd92c85cc52be8eb2d99a16f61fd9.tar.gz
searxng-cbd8ecdaad6cd92c85cc52be8eb2d99a16f61fd9.zip
[upd] pypi: Bump redis from 5.0.4 to 5.0.5
Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0ad567a6c..54d80ff16 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ Brotli==1.1.0
uvloop==0.19.0
httpx-socks[asyncio]==0.7.7
setproctitle==1.3.3
-redis==5.0.4
+redis==5.0.5
markdown-it-py==3.0.0
fasttext-predict==0.9.2.2
pytomlpp==1.0.13; python_version < '3.11'