From 647d7eb11534a12f32336bebdf767d37f5933f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:39:16 +0000 Subject: [PATCH] Bump winloop from 0.1.6 to 0.1.7 Bumps [winloop](https://github.com/Vizonex/Winloop) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/Vizonex/Winloop/releases) - [Commits](https://github.com/Vizonex/Winloop/commits) --- updated-dependencies: - dependency-name: winloop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 05b92e87471..f6c074a6023 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,4 +20,4 @@ shodan==1.31.0 slowapi==0.1.9 uvicorn==0.32.1 uvloop==0.21.0; platform_system != "Windows" -winloop==0.1.6; platform_system == "Windows" +winloop==0.1.7; platform_system == "Windows"