From ee5a5544ba6e2c23ad9a4a8961468ca5f85a5057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:28:18 +0000 Subject: [PATCH] Bump uvloop from 0.17.0 to 0.19.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.17.0 to 0.19.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199c4686a..9a650cb8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ruamel.yaml == 0.17.32", # Oct 4, 2023, main config file interface "sortedcontainers == 2.4.0", # Oct 4 2023, used by platform batch light system "terminaltables == 3.1.10", # Oct 4 2023, used for the service CLI - "uvloop == 0.17.0; platform_system!='Windows'", # Oct 4 2023, msin asyncio loop + "uvloop == 0.19.0; platform_system!='Windows'", # Oct 4 2023, msin asyncio loop "Pillow == 9.5.0" # Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now. ] dynamic = ["version"]