From c2aa265646c8fdb6f984b4e62be06c82280b0809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:47:13 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to v0.29.37 --- pyproject.toml | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f890cb0..9cedcb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["cython>=0.29.32", "setuptools>=58.0", "wheel"] +requires = ["cython>=0.29.37", "setuptools>=58.0", "wheel"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] diff --git a/test-requirements.txt b/test-requirements.txt index 0db84cc..b0ac375 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -Cython==0.29.32 +Cython==0.29.37 pytest==7.2.0 pytest-cov==4.0.0