Skip to content

Commit fb9684a

Browse files
committed
Update cdnjs files used in tests.
1 parent 7ca31c0 commit fb9684a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_integration.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ def test_external_files_init(self):
451451
'https://www.google-analytics.com/analytics.js',
452452
{'src': 'https://cdn.polyfill.io/v2/polyfill.min.js'},
453453
{
454-
'src': 'https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.min.js',
455-
'integrity': 'sha256-YN22NHB7zs5+LjcHWgk3zL0s+CRnzCQzDOFnndmUamY=',
454+
'src': 'https://cdnjs.cloudflare.com/ajax/libs/ramda/0.26.1/ramda.min.js',
455+
'integrity': 'sha256-43x9r7YRdZpZqTjDT5E0Vfrxn1ajIZLyYWtfAXsargA=',
456456
'crossorigin': 'anonymous'
457457
},
458458
{
459-
'src': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js',
460-
'integrity': 'sha256-VKITM616rVzV+MI3kZMNUDoY5uTsuSl1ZvEeZhNoJVk=',
459+
'src': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js',
460+
'integrity': 'sha256-7/yoZS3548fXSRXqc/xYzjsmuW3sFKzuvOCHd06Pmps=',
461461
'crossorigin': 'anonymous'
462462
}
463463
]

0 commit comments

Comments
 (0)