diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-20 07:33:15 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-10-22 11:01:41 +0200 |
commit | 526d5c7b308a314f7a118a5ecc3b47013e4a9ce9 (patch) | |
tree | f67394b6b73c1f6070d185e2e0b2fbe5b900696c /requirements.txt | |
parent | ef56e1d68447742e0035ef8d75634c51e955a59c (diff) | |
download | searxng-526d5c7b308a314f7a118a5ecc3b47013e4a9ce9.tar.gz searxng-526d5c7b308a314f7a118a5ecc3b47013e4a9ce9.zip |
Bump uvloop from 0.17.0 to 0.18.0
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: uvloop
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 493663783..40823a6f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dateutil==2.8.2 pyyaml==6.0.1 httpx[http2]==0.24.1 Brotli==1.1.0 -uvloop==0.17.0 +uvloop==0.18.0 httpx-socks[asyncio]==0.7.7 setproctitle==1.3.3 redis==4.6.0 |