diff --git a/requirements.txt b/requirements.txt index 6a00477..bcf6722 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Cython -mako==1.1.0 +mako==1.2.2 satella diff --git a/setup.cfg b/setup.cfg index 6cd1634..254d854 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ classifier = [options] install_requires = Cython - mako == 1.1.0 + mako == 1.2.2 satella python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*