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