Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename development requirement files #3874

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Apr 23, 2024

Fixes #3873

The issue here is that dependabot is opening security alerts for dependencies that are in our *requirements*txt files. The ideal solution would be to configure dependabot in such a way that these files are ignored but this seems to be impossible right now:

dependabot/dependabot-core#2883
dependabot/dependabot-core#1657

So, the proposed solution here is to rename all these files to something that is ignored by dependabot. This solution is less than ideal but it should work.

@ocelotl ocelotl added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 23, 2024
@ocelotl ocelotl self-assigned this Apr 23, 2024
@ocelotl ocelotl marked this pull request as ready for review April 23, 2024 22:06
@ocelotl ocelotl requested a review from a team as a code owner April 23, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Many security issues are being reported against test/development requirements files
1 participant