From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:05:09 +0000 (+0100) Subject: Bump uvloop from 0.17.0 to 0.19.0 (#904) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=87ad6848b1d1c0411ca58187717d82fe2014d91e;p=music-assistant-server.git Bump uvloop from 0.17.0 to 0.19.0 (#904) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 41d3ee18..3339c0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ server = [ "zeroconf==0.119.0", "cryptography==41.0.4", "ifaddr==0.2.0", - "uvloop==0.17.0" + "uvloop==0.19.0" ] test = [ "black==23.7.0", diff --git a/requirements_all.txt b/requirements_all.txt index afe3f438..763f99fc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -29,7 +29,7 @@ shortuuid==1.0.11 soco==0.29.1 tidalapi==0.7.3 unidecode==1.3.6 -uvloop==0.17.0 +uvloop==0.19.0 xmltodict==0.13.0 ytmusicapi==1.3.1 zeroconf==0.119.0