From 43f3941a392be25384f93b5222caba719937814c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:45:43 +0000 Subject: [PATCH] chore(deps): update dependency cython to v0.29.37 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2933f3aa..71a36fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pbxproj==3.5.0 Pillow>=6.1.0 cookiecutter==2.1.1 sh==1.12.14 -Cython==0.29.36 \ No newline at end of file +Cython==0.29.37 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 1a928578..0c57d1eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ project_urls = [options] python_requires >= "3.6.0" install_requires = - Cython==0.29.36 + Cython==0.29.37 cookiecutter pbxproj Pillow