diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-16 07:57:45 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-08-16 10:37:51 +0200 |
commit | 29056b9ddd506e2f5c730ddc1db65b7079262639 (patch) | |
tree | 31cea66b22526871d0c7127fc6662df2b1e2282b | |
parent | 326ade863423ccfe1c677a26170044788b09f380 (diff) | |
download | searxng-29056b9ddd506e2f5c730ddc1db65b7079262639.tar.gz searxng-29056b9ddd506e2f5c730ddc1db65b7079262639.zip |
[upd] pypi: Bump uvloop from 0.19.0 to 0.20.0
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: uvloop
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ab932f496..4e6ed7ef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dateutil==2.9.0.post0 pyyaml==6.0.2 httpx[http2]==0.24.1 Brotli==1.1.0 -uvloop==0.19.0 +uvloop==0.20.0 httpx-socks[asyncio]==0.7.7 setproctitle==1.3.3 redis==5.0.8 |