From f5f2bdccabe0e19d3221ff0bc73d2cab59676654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 11:07:39 +0000 Subject: [PATCH] Bump cython from 0.29.27 to 0.29.30 Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.30. - [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.27...0.29.30) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/cython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/cython.txt b/requirements/cython.txt index 5cacc7e0e58..3382dea449e 100644 --- a/requirements/cython.txt +++ b/requirements/cython.txt @@ -1,3 +1,3 @@ -r multidict.txt -r typing-extensions.txt # required for parsing aiohttp/hdrs.py by tools/gen.py -cython==0.29.27 +cython==0.29.30