Skip to content

Commit f23ce2d

Browse files
authored
Users/soujanya/vulnerablefixes (#1442)
* Update azure-pipelines-create-release.yml * Update setup.py
1 parent 8aaf1f4 commit f23ce2d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.azure-pipelines/azure-pipelines-create-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ jobs:
106106
displayName: 'Check for Python vulnerabilities'
107107
workingDirectory: 'azure-devops/'
108108
109-
- script: |
110-
pip install safety
111-
safety check --full-report
112-
displayName: 'Check for Python vulnerabilities'
113-
workingDirectory: 'azure-devops/'
114-
115109
- task: PythonScript@0
116110
displayName : 'setupVersion'
117111
name: 'setupVersion'

azure-devops/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# http://pypi.python.org/pypi/setuptools
1919

2020
REQUIRES = [
21-
'distro>=1.4.0'
21+
'distro>=1.6.0'
2222
]
2323

2424
# Version extraction inspired from 'requests'

0 commit comments

Comments
 (0)