From 31a9ed29f6b96c00d32b48eb168eab9648d97b5b Mon Sep 17 00:00:00 2001 From: Glandos Date: Mon, 12 Jul 2021 23:38:11 +0200 Subject: [PATCH] bump pymysql upper bound --- docs/installation.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 74ca8335..c2475655 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -76,7 +76,7 @@ Configure database with MariaDB (optional) 2. Install PyMySQL (within your virtual environment):: - pip install 'PyMySQL>=0.9,<0.10' + pip install 'PyMySQL>=0.9,<1.1' 3. Create an empty database and a database user 4. Configure :ref:`SQLALCHEMY_DATABASE_URI ` accordingly diff --git a/setup.cfg b/setup.cfg index 2d32c3b3..b0837791 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ dev = tox>=3.14.6 zest.releaser>=6.20.1 psycopg2-binary>=2.8.5 - PyMySQL>=0.9,<0.10 + PyMySQL>=0.9,<1.1 doc = Sphinx==4.1.0