We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaf1f4 commit f23ce2dCopy full SHA for f23ce2d
.azure-pipelines/azure-pipelines-create-release.yml
@@ -106,12 +106,6 @@ jobs:
106
displayName: 'Check for Python vulnerabilities'
107
workingDirectory: 'azure-devops/'
108
109
- - script: |
110
- pip install safety
111
- safety check --full-report
112
- displayName: 'Check for Python vulnerabilities'
113
- workingDirectory: 'azure-devops/'
114
-
115
- task: PythonScript@0
116
displayName : 'setupVersion'
117
name: 'setupVersion'
azure-devops/setup.py
@@ -18,7 +18,7 @@
18
# http://pypi.python.org/pypi/setuptools
19
20
REQUIRES = [
21
- 'distro>=1.4.0'
+ 'distro>=1.6.0'
22
]
23
24
# Version extraction inspired from 'requests'
0 commit comments