You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SachidanandAlle Does this sound reasonable to improve the security for MonaiLabel? This usage of dependabot uses automation to reduce the amount of human interaction required to stay on top of updates.
Based on https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/ it appears that requirements.txt and install_requires of setup.cfg serve different purposes. The setup.cfg should contain the minimal set of requirements (non hard-pinned) while requirements.txt can contain pinned dependencies for repeatable installations. So the need for them to be the exact same appears to be unnecessary based on the python organization's guidance.
Enable dependabot in the security section of this repo. https://github.com/Project-MONAI/MONAILabel/settings/security_analysis
cc: @SachidanandAlle
With these settings turned on (see image below) you will see dependabot alerts such as:
requests
being used bymonailabel
.With the setting to enabled to allow dependabot to automatically open PRs, you will observe that it will open a PR such as:
The text was updated successfully, but these errors were encountered: