summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-08-13 09:15:42 +0200
committerGitHub <noreply@github.com>2021-08-13 09:15:42 +0200
commit9667142d5c45ae52f19b361e69a61900e09fe005 (patch)
tree1b009307e40f6817275a22e10f2faaeb8417ab63
parent7f18cbbee0e0eccc86b78455d4aec38e391318ec (diff)
parent62b244b419e23aeba638de1bf9bdfa6064e46160 (diff)
Merge pull request #255 from searxng/dependabot/pip/master/uvloop-0.16.0
Bump uvloop from 0.15.3 to 0.16.0
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 182b74425..430120a89 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@ python-dateutil==2.8.2
pyyaml==5.4.1
httpx[http2]==0.17.1
Brotli==1.0.9
-uvloop==0.15.3; python_version >= '3.7'
+uvloop==0.16.0; python_version >= '3.7'
uvloop==0.14.0; python_version < '3.7'
httpx-socks[asyncio]==0.3.1
langdetect==1.0.9