File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ idna==2.8
3838importlib-metadata==0.19
3939isort==4.3.21
4040kombu==3.0.37
41- lazy-object-proxy==1.4.1
41+ lazy-object-proxy==1.4.2
4242mccabe==0.6.1
4343mock==3.0.5
4444more-itertools==5.0.0
@@ -72,10 +72,10 @@ toml==0.10.0
7272tox-battery==0.5.1
7373tox==3.13.2
7474urllib3==1.25.3
75- virtualenv==16.7.2
75+ virtualenv==16.7.3
7676wcwidth==0.1.7
7777wrapt==1.11.2
7878zipp==0.5.2
7979
8080# The following packages are considered to be unsafe in a requirements file:
81- # setuptools==41.1 .0 # via caniusepython3
81+ # setuptools==41.2 .0 # via caniusepython3
Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ urllib3==1.25.3 # via requests
5858webencodings==0.5.1 # via bleach
5959
6060# The following packages are considered to be unsafe in a requirements file:
61- # setuptools==41.1 .0 # via jsonschema, sphinx
61+ # setuptools==41.2 .0 # via jsonschema, sphinx
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ enum34==1.1.6 # via astroid
2020futures==3.3.0 ; python_version == "2.7" # via caniusepython3, isort
2121idna==2.8 # via requests
2222isort==4.3.21
23- lazy-object-proxy==1.4.1 # via astroid
23+ lazy-object-proxy==1.4.2 # via astroid
2424mccabe==0.6.1 # via pylint
2525packaging==19.1 # via caniusepython3
2626pycodestyle==2.5.0
@@ -38,4 +38,4 @@ urllib3==1.25.3 # via requests
3838wrapt==1.11.2 # via astroid
3939
4040# The following packages are considered to be unsafe in a requirements file:
41- # setuptools==41.1 .0 # via caniusepython3
41+ # setuptools==41.2 .0 # via caniusepython3
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ toml==0.10.0 # via tox
2626tox-battery==0.5.1
2727tox==3.13.2
2828urllib3==1.25.3 # via requests
29- virtualenv==16.7.2 # via tox
29+ virtualenv==16.7.3 # via tox
3030zipp==0.5.2 # via importlib-metadata
You can’t perform that action at this time.
0 commit comments