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:
@@ -22,8 +22,8 @@ import binascii
|
|||||||
import itertools
|
import itertools
|
||||||
import operator
|
import operator
|
||||||
import posixpath
|
import posixpath
|
||||||
import random
|
|
||||||
import re
|
import re
|
||||||
|
import secrets as random
|
||||||
import shutil
|
import shutil
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from typing import Callable, Dict, Generator, Iterable, Iterator, List, Optional, Tuple, Union
|
from typing import Callable, Dict, Generator, Iterable, Iterator, List, Optional, Tuple, Union
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ This sets variables for a matrix of QT versions to test downloading against with
|
|||||||
"""
|
"""
|
||||||
import collections
|
import collections
|
||||||
import json
|
import json
|
||||||
import random
|
import secrets as random
|
||||||
import re
|
import re
|
||||||
from itertools import product
|
from itertools import product
|
||||||
from typing import Dict, Optional
|
from typing import Dict, Optional
|
||||||
|
|||||||
Reference in New Issue
Block a user