Describe the feature to be developed
The Github Repo should automatically check for updates in the used libraries and create an automated PR with the new library versions.
Describe the Impact on the System
There is no impact on the code directly, nevertheless a process for validating, that everything is still working may need to be added to the tests.
Definition of Done
What needs to be done, before the Issue can be closed?
[ ] Linting Code to Python standard
[ ] Testing code with Pytest. All tests within the system should still be ok.
[ ] Searching automatically for the newest release of a library.
[ ] Triggering automated PR with new library versions.
[ ] Making sure all is still running with new versions.
Describe the feature to be developed The Github Repo should automatically check for updates in the used libraries and create an automated PR with the new library versions.
Describe the Impact on the System There is no impact on the code directly, nevertheless a process for validating, that everything is still working may need to be added to the tests.
Definition of Done What needs to be done, before the Issue can be closed?