diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-27 07:36:32 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-10-29 08:54:32 +0100 |
commit | cf605cf899ff2f91150c78ea6b466dc18461b28e (patch) | |
tree | fa86feeea55e25cda9304032163cb0d4cd1d2ac5 /requirements.txt | |
parent | a9d778ee0f2b51339bcfcecc1710565ca804387b (diff) | |
download | searxng-cf605cf899ff2f91150c78ea6b466dc18461b28e.tar.gz searxng-cf605cf899ff2f91150c78ea6b466dc18461b28e.zip |
Bump uvloop from 0.18.0 to 0.19.0
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.18.0...v0.19.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 40823a6f0..79591ff3e 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.18.0 +uvloop==0.19.0 httpx-socks[asyncio]==0.7.7 setproctitle==1.3.3 redis==4.6.0 |