Merge branch 'master' into special-issuer-for-selfsigned-certs

This commit is contained in:
Hossein Shafagh 2019-02-11 10:27:11 -08:00 committed by GitHub
commit 427025e8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 20 deletions

View File

@ -4,4 +4,5 @@ flake8==3.5.0 # flake8 3.6.0 is giving erroneous "W605 invalid escape sequence"
pre-commit
invoke
twine
nodeenv
nodeenv
pyyaml>=4.2b1

View File

@ -14,7 +14,6 @@ flake8==3.5.0
identify==1.2.1 # via pre-commit
idna==2.8 # via requests
importlib-metadata==0.8 # via pre-commit
importlib-resources==1.0.2 # via pre-commit
invoke==1.2.0
mccabe==0.6.1 # via flake8
nodeenv==1.3.3
@ -23,7 +22,7 @@ pre-commit==1.14.3
pycodestyle==2.3.1 # via flake8
pyflakes==1.6.0 # via flake8
pygments==2.3.1 # via readme-renderer
pyyaml==3.13 # via aspy.yaml, pre-commit
pyyaml==4.2b4
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.21.0 # via requests-toolbelt, twine

View File

@ -4,7 +4,7 @@
#
# pip-compile --no-index --output-file requirements-docs.txt requirements-docs.in
#
acme==0.30.2
acme==0.31.0
alabaster==0.7.12 # via sphinx
alembic-autogenerate-enums==0.0.2
alembic==1.0.7
@ -17,10 +17,11 @@ babel==2.6.0 # via sphinx
bcrypt==3.1.6
billiard==3.5.0.5
blinker==1.4
boto3==1.9.87
botocore==1.12.87
boto3==1.9.90
botocore==1.12.90
celery[redis]==4.2.1
certifi==2018.11.29
certsrv==2.1.1
cffi==1.11.5
chardet==3.0.4
click==7.0
@ -49,7 +50,7 @@ jinja2==2.10
jmespath==0.9.3
josepy==1.1.0
jsonlines==1.2.0
kombu==4.2.2.post1
kombu==4.3.0
lockfile==0.12.2
mako==1.0.7
markupsafe==1.1.0
@ -74,13 +75,13 @@ pyrfc3339==1.1
python-dateutil==2.8.0
python-editor==1.0.4
pytz==2018.9
pyyaml==3.13
pyyaml==4.2b4
raven[flask]==6.10.0
redis==2.10.6
requests-toolbelt==0.9.1
requests[security]==2.21.0
retrying==1.3.3
s3transfer==0.1.13
s3transfer==0.2.0
six==1.12.0
snowballstemmer==1.2.1 # via sphinx
sphinx-rtd-theme==0.4.2

View File

@ -11,3 +11,4 @@ pytest
pytest-flask
pytest-mock
requests-mock
pyyaml>=4.2b1

View File

@ -8,9 +8,9 @@ asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==18.2.0 # via pytest
aws-xray-sdk==0.95 # via moto
boto3==1.9.87 # via moto
boto3==1.9.90 # via moto
boto==2.49.0 # via moto
botocore==1.12.87 # via boto3, moto, s3transfer
botocore==1.12.90 # via boto3, moto, s3transfer
certifi==2018.11.29 # via requests
cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
@ -50,11 +50,11 @@ pytest==4.2.0
python-dateutil==2.8.0 # via botocore, faker, freezegun, moto
python-jose==2.0.2 # via moto
pytz==2018.9 # via moto
pyyaml==3.13 # via pyaml
pyyaml==4.2b4
requests-mock==1.5.2
requests==2.21.0 # via aws-xray-sdk, docker, moto, requests-mock, responses
responses==0.10.5 # via moto
s3transfer==0.1.13 # via boto3
s3transfer==0.2.0 # via boto3
six==1.12.0 # via cryptography, docker, docker-pycreds, faker, freezegun, mock, more-itertools, moto, pytest, python-dateutil, python-jose, requests-mock, responses, websocket-client
text-unidecode==1.2 # via faker
urllib3==1.24.1 # via botocore, requests

View File

@ -44,3 +44,5 @@ six
SQLAlchemy-Utils
tabulate
xmltodict
pyyaml>=4.2b1 #high severity alert

View File

@ -4,7 +4,7 @@
#
# pip-compile --no-index --output-file requirements.txt requirements.in
#
acme==0.30.2
acme==0.31.0
alembic-autogenerate-enums==0.0.2
alembic==1.0.7 # via flask-migrate
amqp==2.4.1 # via kombu
@ -15,11 +15,11 @@ asyncpool==1.0
bcrypt==3.1.6 # via flask-bcrypt, paramiko
billiard==3.5.0.5 # via celery
blinker==1.4 # via flask-mail, flask-principal, raven
boto3==1.9.87
botocore==1.12.87
boto3==1.9.90
botocore==1.12.90
celery[redis]==4.2.1
certifi==2018.11.29
certsrv==2.1.0
certsrv==2.1.1
cffi==1.11.5 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
click==7.0 # via flask
@ -47,7 +47,7 @@ jinja2==2.10
jmespath==0.9.3 # via boto3, botocore
josepy==1.1.0 # via acme
jsonlines==1.2.0 # via cloudflare
kombu==4.2.2.post1 # via celery
kombu==4.3.0 # via celery
lockfile==0.12.2
mako==1.0.7 # via alembic
markupsafe==1.1.0 # via jinja2, mako
@ -70,13 +70,13 @@ python-dateutil==2.8.0 # via alembic, arrow, botocore
python-editor==1.0.4 # via alembic
python-ldap==3.1.0
pytz==2018.9 # via acme, celery, flask-restful, pyrfc3339
pyyaml==3.13 # via cloudflare
pyyaml==4.2b4
raven[flask]==6.10.0
redis==2.10.6
requests-toolbelt==0.9.1 # via acme
requests[security]==2.21.0
retrying==1.3.3
s3transfer==0.1.13 # via boto3
s3transfer==0.2.0 # via boto3
six==1.12.0
sqlalchemy-utils==0.33.11
sqlalchemy==1.2.17 # via alembic, flask-sqlalchemy, marshmallow-sqlalchemy, sqlalchemy-utils