From d5c0c96a846746f54c488c3e1ac38a2606e00131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:24:30 +0000 Subject: [PATCH] Update uvicorn requirement from >=0.22 to >=0.46.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.22.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c81414b..7f54800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ requests-ratelimiter>=0.7.0 requests[socks]>=2.29.0 socksio>=1.0.0 typing_extensions>=4.7.1 -uvicorn>=0.22 +uvicorn>=0.46.0 whoisdomain>=1.20230720.2 hrequests==0.9.2 # TODO: replace when hrequests release a stable version compatible with python 3.12