-
Notifications
You must be signed in to change notification settings - Fork 80
[dependencies] update 3rd party dependencies #407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 7 commits
9225f3a
05ed6c1
25a5446
f4a9ffc
450b73d
402dcf4
878a967
3dd95a7
9342d08
4df40f0
8df9044
81c3fc8
d6577e5
02489bf
0f4558f
8e316dd
02bc076
f4f98ba
109ee19
6e8caa9
616cdd7
8c4b490
911cd58
db8f39a
abf7150
7b83121
015be38
3213221
3811292
55e4131
d99ed0f
227cc64
b47afd0
fc441d4
c586b58
b3f158a
cddc023
cdeaef0
3c98c78
fddef8e
99f5670
b28c03f
962ac7f
e1482ac
22d0ad1
90886f3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,43 +1,42 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile | ||
| # This file is autogenerated by pip-compile with python 3.9 | ||
| # To update, run: | ||
| # | ||
| # pip-compile | ||
| # pip-compile setup.py | ||
| # | ||
| certifi==2020.6.20 | ||
| certifi==2021.5.30 | ||
| # via requests | ||
| chardet==3.0.4 | ||
| charset-normalizer==2.0.4 | ||
| # via requests | ||
| click==7.0 | ||
| # via -r requirements.in | ||
| docker==4.2.2 | ||
| # via -r requirements.in | ||
| idna==2.10 | ||
| # via shub (setup.py) | ||
| docker==5.0.2 | ||
| # via shub (setup.py) | ||
| idna==3.2 | ||
| # via requests | ||
| pyyaml==5.4 | ||
| # via -r requirements.in | ||
| requests==2.24.0 | ||
| pyyaml==5.4.1 | ||
| # via shub (setup.py) | ||
| requests==2.26.0 | ||
| # via | ||
| # -r requirements.in | ||
| # docker | ||
| # scrapinghub | ||
| # shub (setup.py) | ||
| retrying==1.3.3 | ||
| # via | ||
| # -r requirements.in | ||
| # scrapinghub | ||
| # shub (setup.py) | ||
| scrapinghub==2.3.1 | ||
| # via -r requirements.in | ||
| six==1.15.0 | ||
| # via shub (setup.py) | ||
| six==1.16.0 | ||
| # via | ||
| # -r requirements.in | ||
| # docker | ||
| # retrying | ||
| # scrapinghub | ||
| toml==0.10.1 | ||
| # via -r requirements.in | ||
| # shub (setup.py) | ||
| toml==0.10.2 | ||
| # via shub (setup.py) | ||
| tqdm==4.55.1 | ||
| # via -r requirements.in | ||
| urllib3==1.25.9 | ||
| # via shub (setup.py) | ||
| urllib3==1.26.6 | ||
| # via requests | ||
| websocket-client==0.57.0 | ||
| websocket-client==1.2.1 | ||
| # via docker | ||
|
apalala marked this conversation as resolved.
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,67 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile | ||
| # This file is autogenerated by pip-compile with python 3.9 | ||
| # To update, run: | ||
| # | ||
| # pip-compile | ||
| # pip-compile requirements.in | ||
| # | ||
| appdirs==1.4.4 # via virtualenv | ||
| attrs==19.3.0 # via pytest | ||
| coverage==5.1 # via pytest-cov | ||
| distlib==0.3.0 # via virtualenv | ||
| filelock==3.0.12 # via virtualenv | ||
| flake8==3.8.3 # via -r requirements.in | ||
| mccabe==0.6.1 # via flake8 | ||
| mock==3.0.5 # via -r requirements.in | ||
| more-itertools==5.0.0 # via pytest | ||
| packaging==20.4 # via pytest | ||
| pipenv==2020.6.2 # via -r requirements.in | ||
| pluggy==0.13.1 # via pytest | ||
| py==1.10.0 # via pytest | ||
| pycodestyle==2.6.0 # via flake8 | ||
| pyflakes==2.2.0 # via flake8 | ||
| pyparsing==2.4.7 # via packaging | ||
| pytest-cov==2.9.0 # via -r requirements.in | ||
| pytest==5.4.3 # via -r requirements.in, pytest-cov | ||
| python-dateutil==2.8.1 # via -r requirements.in | ||
| virtualenv-clone==0.5.4 # via pipenv | ||
| virtualenv==20.0.21 # via pipenv | ||
| wcwidth==0.2.4 # via pytest | ||
| attrs==21.2.0 | ||
| # via pytest | ||
| backports.entry-points-selectable==1.1.0 | ||
| # via virtualenv | ||
| certifi==2021.5.30 | ||
| # via pipenv | ||
| coverage==5.5 | ||
| # via pytest-cov | ||
| distlib==0.3.2 | ||
| # via virtualenv | ||
| filelock==3.0.12 | ||
| # via virtualenv | ||
| flake8==3.9.2 | ||
| # via -r requirements.in | ||
| iniconfig==1.1.1 | ||
| # via pytest | ||
| mccabe==0.6.1 | ||
| # via flake8 | ||
| mock==4.0.3 | ||
| # via -r requirements.in | ||
| packaging==21.0 | ||
| # via pytest | ||
| pipenv==2021.5.29 | ||
| # via -r requirements.in | ||
| platformdirs==2.3.0 | ||
| # via virtualenv | ||
| pluggy==1.0.0 | ||
| # via pytest | ||
| py==1.10.0 | ||
| # via | ||
| # -r requirements.in | ||
| # pytest | ||
| pycodestyle==2.7.0 | ||
| # via flake8 | ||
| pyflakes==2.3.1 | ||
| # via flake8 | ||
| pyparsing==2.4.7 | ||
| # via packaging | ||
| pytest==6.2.5 | ||
| # via | ||
| # -r requirements.in | ||
| # pytest-cov | ||
| pytest-cov==2.12.1 | ||
| # via -r requirements.in | ||
| python-dateutil==2.8.2 | ||
| # via -r requirements.in | ||
| six==1.16.0 | ||
| # via | ||
| # python-dateutil | ||
| # virtualenv | ||
| toml==0.10.2 | ||
| # via | ||
| # pytest | ||
| # pytest-cov | ||
| virtualenv==20.7.2 | ||
| # via pipenv | ||
| virtualenv-clone==0.5.7 | ||
| # via pipenv | ||
|
|
||
| # The following packages are considered to be unsafe in a requirements file: | ||
| # pip | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It probably makes sense to remove this file in favor of
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We discussed this on Slack.
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.