Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/VersionSuggester.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main():
"""
Parses command-line arguments and suggests upgrade versions for a specified Python package.

Runs as a script entry point to fetch all available versions of a package from PyPI, suggest a basic upgrade, and optionally suggest a safe minor upgrade that is not affected by known vulnerabilities.
Fetches all available versions of the given package from PyPI and, if requested, suggests a minor upgrade that is not affected by known vulnerabilities. Intended to be used as the script's entry point.
"""
parser = argparse.ArgumentParser(description="Suggest upgrade versions")
parser.add_argument("package", help="Package name on PyPI")
Expand Down