NYCPlanning / data-engineering-qaqc

streamlit app for data engineering
https://edm-data-engineering.nycplanningdigital.com
1 stars 0 forks source link

update mistune in poetry.lock #184

Closed mbh329 closed 2 years ago

mbh329 commented 2 years ago

Addresses issue #183

Github flagged an vulnerability in the mistune package, this PR should address that issue and update any dependency

mbh329 commented 2 years ago

not ready

mbh329 commented 2 years ago

To update mistune, I first ran poetry update mistune which I thought was the right poetry command but that ended up just updating all of its dependencies and rearranging a lot of the code in poetry.lock file. The command I needed ended up being poetry add mistune@latest which updated the version of mistune in the poetry.lock. It also ended up adding the mistune package to pyproject.toml file but I ended up restoring that file because I don't think we need mistune in any of our scripts (seems to just be a dependency)