8000 Component Governance CVE-2021-42771 Py babel update (#1826) · jayryanj/botbuilder-python@7b6f39f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b6f39f

Browse files
author
BruceHaley
authored
Component Governance CVE-2021-42771 Py babel update (microsoft#1826)
* Fix django vulnerability * Update babel to 2.9.1 * Update outdated agent spec in p 8000 ipeline
1 parent 41211de commit 7b6f39f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botbuilder-dialogs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"recognizers-text-number>=1.0.2a1",
1212
"recognizers-text>=1.0.2a1",
1313
"recognizers-text-choice>=1.0.2a1",
14-
"babel==2.7.0",
14+
"babel==2.9.1",
1515
"botbuilder-schema==4.15.0",
1616
"botframework-connector==4.15.0",
1717
"botbuilder-core==4.15.0",

pipelines/botbuilder-python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- job: Build
1616
#Multi-configuration and multi-agent job options are not exported to YAML. Configure these options using documentation guidance: https://docs.microsoft.com/vsts/pipelines/process/phases
1717
pool:
18-
name: Hosted Ubuntu 1604
18+
vmImage: 'ubuntu-latest'
1919

2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)
0