mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
Use secrets for secure random numbers
This commit is contained in:
@@ -3,7 +3,7 @@ This sets variables for a matrix of QT versions to test downloading against with
|
||||
"""
|
||||
import collections
|
||||
import json
|
||||
import random
|
||||
import secrets as random
|
||||
import re
|
||||
from itertools import product
|
||||
from typing import Dict, Optional
|
||||
|
||||
Reference in New Issue
Block a user