# Details The goal is to create a nox task for detecting changes in dependencies within a PR (relative to main). # Task(s) Within the created nox task, the following requirements are needed: - [x] get list of all changed dependencies between main & the latest tag to be able to add onto a changelog - [x] get list of all changed dependencies between main & the latest tag - [x] categorize the changed dependencies into their groups -> main, dev - [x] categorize the changed dependencies as removed, added, or changed using classes, which have a property for its changelog text