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

Fix broken python requirements file #738

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Fix broken python requirements file

    When running `python3 -m pip install -r requirements.txt` on this file
    an errors occurs because `>==` isn't a validate qualifier for version
    information.  This is causing issue with GitHub dependency scans and
    might have been the source of issues with mend and other tools
    configuration.
    
    See https://github.com/opensearch-project/opensearch-migrations/security/dependabot/11
    
    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c024deb View commit details
    Browse the repository at this point in the history