From 183a876775fc38d4afa3ad61703d15a274c8ccc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 21:31:34 +0000 Subject: [PATCH] Bump cython from 0.29.24 to 0.29.26 in /tests Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.26. - [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.24...0.29.26) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2ad8cca9..d9c64e72 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,4 +9,4 @@ pytest-cov==3.0.0 pytest-asyncio==0.16.0 SQLAlchemy==1.4.29 typing-extensions==4.0.1 -Cython==0.29.24 +Cython==0.29.26