allenai / allenact

An open source framework for research in Embodied-AI from AI2.
https://www.allenact.org
Other
313 stars 50 forks source link

Fix for vulnerable packages in the pip dependencies of this project #332

Open Aakash-Roy opened 2 years ago

Aakash-Roy commented 2 years ago

Vulnerabilities that will be fixed

Fix for requirements.txt:

Issue Upgrade
NETWORKX 2.5 -> 2.6
NUMPY 1.19.5 -> 1.22.2
PILLOW 8.2.0 -> 9.0.1

Fix for dev_requirements.txt:

Issue Upgrade
mkdocs 1.1.2 -> 1.2.3
Aakash-Roy commented 2 years ago

335 This PR will fix the issue.