diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-07-16 10:03:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 10:03:56 +0200 |
| commit | 1ba3e5afa02503981182aeb3a76e3826093a381a (patch) | |
| tree | 3a0e49b4cfc3336fd6460ec3f91a0058b72495b0 | |
| parent | f376b4ed3e8527958abb891f0cd0e78128da3802 (diff) | |
| parent | 41dda87531996c2733ab8e0481332535f5db4697 (diff) | |
Merge pull request #208 from searxng/dependabot/pip/master/uvloop-0.15.3
Bump uvloop from 0.15.2 to 0.15.3
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4d14dc0cc..1dddb6816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 Brotli==1.0.9 -uvloop==0.15.2; python_version >= '3.7' +uvloop==0.15.3; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' httpx-socks[asyncio]==0.3.1 langdetect==1.0.9 |