From f05c103d05fbbae34603cecde8ebfe8524eddda8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:08:06 +0000 Subject: [PATCH] chore(deps): update dependency cython to v3 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2933f3aa..7a667e7e 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==3.0.11 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 710990f7..1a8e9179 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ project_urls = [options] python_requires >= "3.8.0" install_requires = - Cython==0.29.36 + Cython==3.0.11 cookiecutter pbxproj Pillow