Skip to content

Commit

Permalink
Merge pull request #89 from CycloneDX/dependabot/pip/xmlschema-1.2.3
Browse files Browse the repository at this point in the history
Bump xmlschema from 1.0.16 to 1.2.3
  • Loading branch information
coderpatros authored Sep 3, 2020
2 parents 2ad67fe + 2e0aa9f commit 72cad92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packageurl_python==0.8.7
requests==2.22.0
xmlschema==1.0.16
xmlschema==1.2.3
setuptools==18.5
requirements_parser==0.2.0
packaging==19.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
'requirements_parser==0.2.0',
'packageurl_python==0.8.7',
'xmlschema==1.0.16',
'xmlschema==1.2.3',
'requests==2.22.0',
'packaging==19.2',
'jsonschema==3.2.0',
Expand Down

0 comments on commit 72cad92

Please sign in to comment.