From 855243b122b34e8fd1e3e0dc9c4acddc499ed7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:24:29 -0700 Subject: [PATCH] Bump uvloop from 0.18.0 to 0.19.0 (#199) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fe6f92..397668c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "flit==3.9.0", "mypy==0.931", "usort==1.0.8.post1", - "uvloop==0.18.0; sys_platform != 'win32'", + "uvloop==0.19.0; sys_platform != 'win32'", ] docs = [ "sphinx==7.3.7",