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

Script to check for outdated dependencies (GSI 371) #165

Merged
merged 9 commits into from
Oct 4, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    77a7a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d4ed9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    1fa422f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c50ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    5f3a947 View commit details
    Browse the repository at this point in the history
  2. Move lock file dependency func to lock_deps.py

    Make it return Requirement objects to satisfy both use cases
    
    Separate file prevents having to include stringcase in pre-commit-config
    TheByronHimes committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    77c13fe View commit details
    Browse the repository at this point in the history
  3. Use NamedTuple to encapsulate outdated deps

    Accept arbitrary tuple lengths in print_table
    TheByronHimes committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6ca45d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f4021 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fee3122 View commit details
    Browse the repository at this point in the history