From 9d1887508ecb0d071a3113f5a543d65de29c99f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 04:03:21 +0000 Subject: [PATCH] Update cython requirement from ~=0.29.21 to ~=0.29.32 Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/0.29.21...0.29.32) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6307c30..9207c7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiohttp~=3.7.4.post0 aiohttp_cors~=0.7.0 aubio>=0.4.9 - cython~=0.29.21 + cython~=0.29.32 certifi~=2020.12.5 mido>=1.2.10 multidict~=5.0.0