From a3866f180b5db8a96e8d6bbcb25cba04aeed1960 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Mon, 9 Nov 2020 18:23:34 +0200 Subject: [PATCH] Bump 'mysqlclient' version, refresh requirements This should fix failing 'Read the Docs' documentation generation since presence of 'mysql' executable is not a checked when installing a wheel package. Signed-off-by: Vasilis Tsiligiannis --- requirements-dev.txt | 11 +++++------ requirements.txt | 31 +++++++++++++++---------------- setup.cfg | 2 +- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e5e540a..3b4839b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,22 +13,21 @@ docopt==0.6.1 docopts==0.6.1 execnet==1.7.1 factory-boy==2.12.0 -Faker==4.1.3 +Faker==4.1.8 filelock==3.0.12 -iniconfig==1.0.1 +iniconfig==1.1.1 mock==4.0.2 -more-itertools==8.5.0 packaging==20.4 pluggy==0.13.1 pur==5.3.0 py==1.9.0 pyparsing==2.4.7 -pytest==6.0.2 +pytest==6.1.2 pytest-cov==2.10.1 pytest-django==3.9.0 pytest-forked==1.2.0 pytest-xdist==1.33.0 text-unidecode==1.3 -toml==0.10.1 +toml==0.10.2 tox==3.16.0 -virtualenv==20.0.31 +virtualenv==20.1.0 diff --git a/requirements.txt b/requirements.txt index 1531af2..5e13a96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,17 +4,17 @@ # './contrib/refresh-requirements.sh to regenerate this file amqp==2.6.1 -attrs==20.2.0 +attrs==20.3.0 billiard==3.6.3.0 cachetools==4.1.1 celery==4.4.7 -certifi==2020.6.20 +certifi==2020.11.8 cffi==1.14.3 chardet==3.0.4 -cryptography==3.1.1 -defusedxml==0.6.0 +cryptography==3.2.1 +defusedxml==0.7.0rc1 dj-database-url==0.5.0 -Django==2.2.16 +Django==2.2.17 django-allauth==0.42.0 django-appconf==1.0.4 django-avatar==5.0.0 @@ -30,10 +30,10 @@ django-jsonfield==1.3.1 django-redis-cache==2.0.0 django-shortuuidfield==0.1.3 django-widget-tweaks==1.4.8 -djangorestframework==3.11.1 +djangorestframework==3.11.2 dnspython==1.16.0 enum34==1.1.10 -eventlet==0.28.0 +eventlet==0.29.1 frozendict==1.2 greenlet==0.4.17 gunicorn==19.9.0 @@ -44,14 +44,13 @@ influxdb==5.3.0 kaitaistruct==0.9 kombu==4.6.11 Logbook==1.5.3 -lxml==4.5.2 +lxml==4.6.1 Markdown==3.2.2 -monotonic==1.5 msgpack==0.6.1 -mysqlclient==1.4.6 -numpy==1.19.2 +mysqlclient==2.0.1 +numpy==1.19.4 oauthlib==3.1.0 -Pillow==7.2.0 +Pillow==8.0.1 pycparser==2.20 PyJWT==1.7.1 PyLD==2.0.3 @@ -59,7 +58,7 @@ python-dateutil==2.8.1 python-decouple==3.1 python-dotenv==0.14.0 python3-openid==3.2.0 -pytz==2020.1 +pytz==2020.4 PyYAML==5.3.1 rcssmin==1.0.6 redis==3.5.3 @@ -78,9 +77,9 @@ six==1.15.0 social-auth-app-django==4.0.0 social-auth-core==3.3.3 spacetrack==0.15.0 -sqlparse==0.3.1 +sqlparse==0.4.1 Unipath==1.1 uritemplate==3.0.1 -urllib3==1.25.10 +urllib3==1.25.11 vine==1.3.0 -zipp==3.2.0 +zipp==3.4.0 diff --git a/setup.cfg b/setup.cfg index 2126e3a..6d3eba3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = django-jsonfield~=1.3.0 celery~=4.4.0 # Deployment - mysqlclient~=1.4.0 + mysqlclient~=2.0.0 gunicorn[eventlet]~=19.9.0 # Cache django-redis-cache~=2.0.0