From 16af1463d18811dd7c82ed817b76d4034a64286c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:04:33 +0000 Subject: [PATCH] Bump cython from 0.29.27 to 0.29.33 Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.33. - [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.33) --- 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..33db1fdb344 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.33