Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed Aug 7, 2018
1 parent e82b90e commit 3e5ad49
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
23 changes: 12 additions & 11 deletions requirements-dev.txt
@@ -1,23 +1,24 @@
apipkg==1.4
apipkg==1.5
aspy.yaml==1.1.1
atomicwrites==1.1.5
attrs==18.1.0
cfgv==1.0.0
cfgv==1.1.0
coverage==4.5.1
coveralls==1.3.0
docopt==0.6.2
execnet==1.5.0
identify==1.0.18
more-itertools==4.2.0
nodeenv==1.3.0
pluggy==0.6.0
pre-commit==1.10.0
py==1.5.3
pytest==3.6.0
pytest-django==3.2.1
identify==1.1.4
more-itertools==4.3.0
nodeenv==1.3.2
pathlib2==2.3.2
pluggy==0.7.1
pre-commit==1.10.5
py==1.5.4
pytest==3.7.1
pytest-django==3.3.3
pytest-env==0.6.2
pytest-forked==0.2
pytest-xdist==1.22.2
pytest-xdist==1.22.5
requirements-tools==1.2.0
toml==0.9.4
virtualenv==16.0.0
1 change: 1 addition & 0 deletions requirements-minimal.txt
Expand Up @@ -11,6 +11,7 @@ matplotlib
mistune
numpy
ocflib
paramiko
pyasn1
pycryptodome
pygments
Expand Down
50 changes: 25 additions & 25 deletions requirements.txt
@@ -1,54 +1,54 @@
amqp==2.3.1
amqp==2.3.2
asn1crypto==0.24.0
bcrypt==3.1.4
billiard==3.5.0.3
cached-property==1.4.2
celery==4.1.1
billiard==3.5.0.4
cached-property==1.4.3
celery==4.2.1
certifi==2018.4.16
cffi==1.11.5
chardet==3.0.4
cracklib==2.9.3
cryptography==2.2.2
cryptography==2.3
cycler==0.10.0
Django==2.0.5
Django==2.1
django-bootstrap-form==3.4
django-ipware==2.1.0
django-mathfilters==0.4.0
django-redis==4.9.0
dnspython==1.15.0
gunicorn==19.8.1
idna==2.6
gunicorn==19.9.0
idna==2.7
Jinja2==2.10
kiwisolver==1.0.1
kombu==4.2.0
ldap3==2.5
kombu==4.2.1
ldap3==2.5.1
libsass==0.14.5
MarkupSafe==1.0
matplotlib==2.2.2
mistune==0.8.3
numpy==1.14.3
numpy==1.15.0
ocflib
paramiko==2.4.1
pexpect==4.5.0
pexpect==4.6.0
ply==3.11
ptyprocess==0.5.2
pyasn1==0.4.3
ptyprocess==0.6.0
pyasn1==0.4.4
pycparser==2.18
pycryptodome==3.6.1
pycryptodomex==3.6.1
pycryptodome==3.6.4
pycryptodomex==3.6.4
Pygments==2.2.0
PyMySQL==0.8.1
PyMySQL==0.9.2
PyNaCl==1.2.1
pyparsing==2.2.0
pysmi==0.3.0
pysnmp==4.4.4
pysmi==0.3.1
pysnmp==4.4.5
python-dateutil==2.7.3
pytz==2018.4
PyYAML==3.12
pytz==2018.5
PyYAML==3.13
redis==2.10.6
requests==2.18.4
setuptools==39.2.0
requests==2.19.1
setuptools==40.0.0
six==1.11.0
SQLAlchemy==1.2.8
urllib3==1.22
SQLAlchemy==1.2.10
urllib3==1.23
vine==1.1.4

0 comments on commit 3e5ad49

Please sign in to comment.