diff options
author | Alexandre Flament <alex@al-f.net> | 2022-09-16 12:42:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 12:42:07 +0200 |
commit | 07b7058cb79049a9c8e241045802577c92673a82 (patch) | |
tree | 213c73d7107df0c36a2876b96228c5ed728f9567 /requirements.txt | |
parent | f1867378b228dd46558ebc0012fd47413d31e5d0 (diff) | |
parent | 45d5ca50782902e9db419db87a475e8e9df8dce6 (diff) | |
download | searxng-07b7058cb79049a9c8e241045802577c92673a82.tar.gz searxng-07b7058cb79049a9c8e241045802577c92673a82.zip |
Merge pull request #1773 from searxng/dependabot/pip/master/uvloop-0.17.0
Bump uvloop from 0.16.0 to 0.17.0
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 73d67be77..856dd3188 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dateutil==2.8.2 pyyaml==6.0 httpx[http2]==0.21.2 Brotli==1.0.9 -uvloop==0.16.0 +uvloop==0.17.0 httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.3.2 |