The xblock counting script had a requirements file that was not previously being tracked and had an out of date version of requests. Add it to the `upgrade` make target so that it stays up to date.
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# make upgrade
|
|
#
|
|
certifi==2019.3.9 # via requests
|
|
chardet==3.0.4 # via requests
|
|
idna==2.8 # via requests
|
|
requests==2.22.0
|
|
urllib3==1.25.3 # via requests
|