kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

chore: third-party libs upgrades #341

Open viniarck opened 1 year ago

viniarck commented 1 year ago

This is a reminder regarding core related deps both from runtime requirements/run.txt or testing requirements/dev.txt that need to be upgraded (because of general maintainability or dependabot alerts that @jab1982 has reported recently too):

I'll specify which specific version later on (I'll analyze the changelogs when I get back to this task)

Before this upgrade though, it's highly recommended that issue #338 is addressed too to simplify the effort for our team whenever kytosd pinned transitive deps are updated.

viniarck commented 1 year ago

pytest was done, and requirements/dev.txt got simplified as requrirements/dev.in. requests and ipython will be addressed in the future.