This commit is contained in:
Bert Kleewein 2023-01-18 14:22:14 -08:00 коммит произвёл GitHub
Родитель 96f29170b2
Коммит 2bac947ab9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@ azure.iot.hub
certifi
colorama
docker; sys_platform != 'win32' # we don't use it on Windows. Exclude it to avoid CVE-2021-32559
junitparser==1.4.1
junitparser
msrest
oauthlib>=3.2.2 # >= 3.2.2 because of CVE-2022-36087. If MSRest gets an update that increments the oauthlib dependency version up to at least 3.2.2, then this line can be deleted
pre-commit

Просмотреть файл

@ -121,7 +121,7 @@ steps:
versionSpec: '3.7'
architecture: $(architecture)
- bash: source ${HORTON_FRAMEWORKROOT}/bin/activate_horton
- bash: source ${HORTON_FRAMEWORKROOT}/bin/activate_horton && pip list
displayName: 'Create Horton environment'
condition: and(succeeded(), eq(variables['buildImage'],'yes'))

Просмотреть файл

@ -208,7 +208,7 @@ steps:
condition: and(succeeded(), ne(variables['skipTest'],'yes'))
- bash:
source ${HORTON_FRAMEWORKROOT}/bin/activate_horton
source ${HORTON_FRAMEWORKROOT}/bin/activate_horton && pip list
displayName: 'Create Horton environment'
condition: and(succeeded(), ne(variables['skipTest'],'yes'))