class Dependabot::Uv::LanguageVersionManager

def python_version_matching_imputed_requirements

def python_version_matching_imputed_requirements
  compiled_file_python_requirement_markers =
    @python_requirement_parser.imputed_requirements.map do |r|
      Requirement.new(r)
    end
  python_version_matching(compiled_file_python_requirement_markers)
end