Skip to content
Snippets Groups Projects
Unverified Commit 545b93f1 authored by Christie Rice's avatar Christie Rice Committed by GitHub
Browse files

Merge pull request #19724 from edx/crice/upgrade

Run make upgrade
parents fb5d2b88 7efd006c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ argh==0.26.2
argparse==1.4.0
asn1crypto==0.24.0
astroid==1.5.3
atomicwrites==1.2.1
atomicwrites==1.3.0
attrs==17.4.0
babel==1.3
backports.functools-lru-cache==1.5
......@@ -162,7 +162,7 @@ filelock==3.0.10
firebase-token-generator==1.3.2
fixtures==3.0.0
flake8-polyfill==1.0.2
flake8==3.7.1
flake8==3.7.4
flask==1.0.2
freezegun==0.3.11
fs-s3fs==0.1.8
......@@ -268,7 +268,7 @@ pysqlite==2.8.3
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.6.1
pytest-django==3.4.5
pytest-django==3.4.6
pytest-forked==1.0.1
pytest-randomly==1.2.3
pytest-xdist==1.26.1
......@@ -330,7 +330,7 @@ toml==0.10.0
tox-battery==0.5.1
tox==3.7.0
traceback2==1.4.0
transifex-client==0.13.5
transifex-client==0.13.6
twisted==16.6.0
typing==3.6.6
unicodecsv==0.14.1
......
......@@ -49,7 +49,7 @@ argh==0.26.2
argparse==1.4.0
asn1crypto==0.24.0
astroid==1.5.3 # via edx-lint, pylint, pylint-celery
atomicwrites==1.2.1 # via pytest
atomicwrites==1.3.0 # via pytest
attrs==17.4.0
babel==1.3
backports.functools-lru-cache==1.5
......@@ -156,13 +156,13 @@ filelock==3.0.10 # via tox
firebase-token-generator==1.3.2
fixtures==3.0.0 # via testtools
flake8-polyfill==1.0.2 # via radon
flake8==3.7.1 # via flake8-polyfill
flake8==3.7.4 # via flake8-polyfill
flask==1.0.2 # via moto
freezegun==0.3.11
fs-s3fs==0.1.8
fs==2.0.18
funcsigs==1.0.2 # via pytest
functools32==3.2.3.post2 # via parsel
functools32==3.2.3.post2 # via flake8, parsel
future==0.17.1
futures==3.2.0 ; python_version == "2.7"
fuzzywuzzy==0.17.0
......@@ -257,7 +257,7 @@ pysqlite==2.8.3
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.6.1
pytest-django==3.4.5
pytest-django==3.4.6
pytest-forked==1.0.1 # via pytest-xdist
pytest-randomly==1.2.3
pytest-xdist==1.26.1
......@@ -315,7 +315,7 @@ toml==0.10.0 # via tox
tox-battery==0.5.1
tox==3.7.0
traceback2==1.4.0 # via testtools, unittest2
transifex-client==0.13.5
transifex-client==0.13.6
twisted==16.6.0 # via pa11ycrawler, scrapy
typing==3.6.6 # via flake8
unicodecsv==0.14.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment