ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
25 stars 9 forks source link

Increasing versions of setup.py modules that currently have security vulnerabilities #303

Closed cl4yton closed 2 years ago

cl4yton commented 2 years ago

Hi @titomeister ,

This is related to the previous PR that bumped up the versions of several modules in requirement.txt -- I forgot that of course there will be similar dependencies in setup.py. This PR addresses that.

Increasing versions for notebook to 6.4.10, numpy to 1.21 and nltk to 3.6.6.

Can you please check that these increases in setup.py don't appear to cause any issues, and if so, then please go ahead and squash & merge into master.

codecov[bot] commented 2 years ago

Codecov Report

Merging #303 (d56866d) into master (b943a00) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   66.89%   66.90%           
=======================================
  Files         106      106           
  Lines       21725    21725           
=======================================
+ Hits        14534    14536    +2     
+ Misses       7191     7189    -2     
Impacted Files Coverage Δ
automates/model_analysis/graph_manipulation.py 70.75% <0.00%> (+0.55%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b943a00...d56866d. Read the comment docs.