From adb74cb1e08ae1367906700abac61d05764b913d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:30:01 -0400 Subject: [PATCH] chore(deps): bump uvloop from 0.17.0 to 0.18.0 (#367) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5ed6dd..6e23ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" urllib3==1.26.7; python_full_version >= "3.6.1" and python_version < "4" uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" -uvloop==0.17.0 +uvloop==0.18.0 watchgod==0.8.2 websockets==11.0.3 yarl==1.7.0; python_version >= "3.7" and python_version < "4.0"