diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-18 07:21:05 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-19 11:06:25 +0200 |
commit | a0c704c86028970ddbf72a941419f6e69ccd2ea3 (patch) | |
tree | c6ba842bf8cd9bc318079a6eac824bdde3516439 /requirements.txt | |
parent | 219040c7662f458b99395d86609b8500db12c841 (diff) | |
download | searxng-a0c704c86028970ddbf72a941419f6e69ccd2ea3.tar.gz searxng-a0c704c86028970ddbf72a941419f6e69ccd2ea3.zip |
[upd] pypi: Bump uvloop from 0.20.0 to 0.21.0
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.20.0...v0.21.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 54b3f364c..c5cc3fcc9 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.20.0 +uvloop==0.21.0 httpx-socks[asyncio]==0.7.7 setproctitle==1.3.3 redis==5.0.8 |