Skip to content

Commit

Permalink
Users/soujanya/vulnerablefixes (#1442)
Browse files Browse the repository at this point in the history
* Update azure-pipelines-create-release.yml

* Update setup.py
  • Loading branch information
v-soujanya authored Jan 27, 2025
1 parent 8aaf1f4 commit f23ce2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .azure-pipelines/azure-pipelines-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ jobs:
displayName: 'Check for Python vulnerabilities'
workingDirectory: 'azure-devops/'
- script: |
pip install safety
safety check --full-report
displayName: 'Check for Python vulnerabilities'
workingDirectory: 'azure-devops/'
- task: PythonScript@0
displayName : 'setupVersion'
name: 'setupVersion'
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# http://pypi.python.org/pypi/setuptools

REQUIRES = [
'distro>=1.4.0'
'distro>=1.6.0'
]

# Version extraction inspired from 'requests'
Expand Down

0 comments on commit f23ce2d

Please sign in to comment.