From aa7b8a0fc0b60ed3d386105a5752e3a254e929de Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 2 Feb 2021 20:18:53 +0000 Subject: [PATCH] Update dependencies --- requirements.lock.txt | 97 ++++++++++++++++++++++--------------------- requirements.txt | 66 ++++++++++++++--------------- 2 files changed, 82 insertions(+), 81 deletions(-) diff --git a/requirements.lock.txt b/requirements.lock.txt index be1649ca..6e24ee59 100644 --- a/requirements.lock.txt +++ b/requirements.lock.txt @@ -1,22 +1,22 @@ -alembic==1.4.2 -amqp==2.6.0 -attrs==19.3.0 -Babel==2.8.0 -bcrypt==3.1.7 -beautifulsoup4==4.9.1 +alembic==1.5.3 +amqp==5.0.5 +attrs==20.3.0 +Babel==2.9.0 +beautifulsoup4==4.9.3 billiard==3.6.3.0 -bleach==3.1.5 +bleach==3.3.0 blinker==1.4 -celery==4.4.6 -certifi==2020.6.20 -cffi==1.14.0 -chardet==3.0.4 +celery==5.0.5 +certifi==2020.12.5 +chardet==4.0.0 click==7.1.2 -coverage==5.2 -cryptography==3.2 +click-didyoumean==0.0.3 +click-plugins==1.1.1 +click-repl==0.1.6 +coverage==5.4 decorator==4.4.2 -dnspython==1.16.0 -email-validator==1.1.1 +dnspython==2.1.0 +email-validator==1.1.2 Flask==1.1.2 Flask-Babel==1.0.0 Flask-FlatPages==0.7.2 @@ -24,56 +24,57 @@ Flask-Gravatar==0.5.0 Flask-Login==0.5.0 Flask-Mail==0.9.1 Flask-Menu==0.7.2 -Flask-Migrate==2.5.3 +Flask-Migrate==2.6.0 Flask-SQLAlchemy==2.4.4 Flask-WTF==0.14.3 -future==0.18.2 -git-archive-all==1.21.0 +git-archive-all==1.23.0 gitdb==4.0.5 GitHub-Flask==3.2.0 -GitPython==3.1.9 +GitPython==3.1.12 gunicorn==20.0.4 -idna==2.10 -importlib-metadata==1.7.0 +idna==3.1 +importlib-metadata==3.4.0 +iniconfig==1.1.1 itsdangerous==1.1.0 -Jinja2==2.11.2 -kombu==4.6.11 +Jinja2==2.11.3 +kombu==5.0.2 lxml==4.6.2 -Mako==1.1.3 -Markdown==3.2.2 +Mako==1.1.4 +Markdown==3.3.3 MarkupSafe==1.1.1 -more-itertools==8.4.0 -packaging==20.4 -passlib==1.7.2 -Pillow==7.2.0 +packaging==20.9 +passlib==1.7.4 +Pillow==8.1.0 pluggy==0.13.1 -psycopg2==2.8.5 -py==1.9.0 -pycparser==2.20 +prompt-toolkit==3.0.14 +psycopg2==2.8.6 +py==1.10.0 +Pygments==2.7.4 pyparsing==2.4.7 -pygments==2.7.4 pyScss==1.3.7 -pytest==5.4.3 -pytest-cov==2.10.0 +pytest==6.2.2 +pytest-cov==2.11.1 python-dateutil==2.8.1 python-editor==1.0.4 -pytz==2020.1 -PyYAML==5.3.1 +pytz==2021.1 +PyYAML==5.4.1 redis==3.5.3 -requests==2.24.0 +requests==2.25.1 six==1.15.0 -smmap==3.0.4 -soupsieve==2.0.1 -SQLAlchemy==1.3.18 +smmap==3.0.5 +soupsieve==2.1 +SQLAlchemy==1.3.23 SQLAlchemy-Searchable==1.2.0 SQLAlchemy-Utils==0.36.8 +toml==0.10.2 +typing-extensions==3.7.4.3 ua-parser==0.10.0 -urllib3==1.25.9 -user-agents==2.1 -validators==0.16.0 -vine==1.3.0 +urllib3==1.26.3 +user-agents==2.2.0 +validators==0.18.2 +vine==5.0.0 wcwidth==0.2.5 webencodings==0.5.1 -Werkzeug==1.0.1 -WTForms==2.3.1 -zipp==3.1.0 +Werkzeug==0.16.1 +WTForms==2.2.1 +zipp==3.4.0 diff --git a/requirements.txt b/requirements.txt index 8db71a92..076adb00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,35 +1,35 @@ -Flask ~= 1.1 -Flask-FlatPages ~= 0.7 -Flask-Gravatar ~= 0.5 -Flask-Login ~= 0.5 -Flask-Menu ~= 0.7 -Flask-Migrate ~= 2.3 -Flask-SQLAlchemy ~= 2.3 -Flask-Babel~=1.0 -Flask-Mail~=0.9 -Flask-WTF~=0.14.3 -GitHub-Flask ~= 3.2 -SQLAlchemy-Searchable ~= 1.1 +Flask +Flask-FlatPages +Flask-Gravatar +Flask-Login +Flask-Menu +Flask-Migrate +Flask-SQLAlchemy +Flask-Babel +Flask-Mail +Flask-WTF +GitHub-Flask +SQLAlchemy-Searchable -markdown ~= 3.1 -bleach ~= 3.1 -passlib ~= 1.7 +markdown +bleach +passlib -pygments ~= 2.7 +pygments -beautifulsoup4 ~= 4.6 -celery ~= 4.4 -kombu ~= 4.6 -GitPython ~= 3.0 -git-archive-all ~= 1.21 -lxml ~= 4.6 -pillow ~= 7.0 -pyScss ~= 1.3 -redis ~= 3.3 -psycopg2 ~= 2.7 +beautifulsoup4 +celery +kombu +GitPython +git-archive-all +lxml +pillow +pyScss +redis +psycopg2 -pytest ~= 5.3 -pytest-cov ~= 2.8 +pytest +pytest-cov email_validator @@ -37,8 +37,8 @@ pyyaml ua-parser user-agents -Werkzeug~=0.16.0 -WTForms~=2.2.1 -SQLAlchemy~=1.3.12 -requests~=2.22.0 -alembic~=1.3.2 +Werkzeug +WTForms +SQLAlchemy +requests +alembic