Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
chore: update requirements (fixes #29)
Browse files Browse the repository at this point in the history
Update all requirements.txt files to use the latest released versions of
dependencies and fixes #29
  • Loading branch information
JonZeolla committed Mar 22, 2020
1 parent 0eefbb3 commit e076ccb
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 29 deletions.
2 changes: 1 addition & 1 deletion reports/bandit_report.json
@@ -1,6 +1,6 @@
{
"errors": [],
"generated_at": "2020-03-09T12:37:21Z",
"generated_at": "2020-03-22T12:19:50Z",
"metrics": {
"./main.py": {
"CONFIDENCE.HIGH": 0.0,
Expand Down
2 changes: 1 addition & 1 deletion reports/coverage.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="5.0.3" timestamp="1583757405109" lines-valid="913" lines-covered="913" line-rate="1" branches-valid="346" branches-covered="346" branch-rate="1" complexity="0">
<coverage version="5.0.4" timestamp="1584879556987" lines-valid="913" lines-covered="913" line-rate="1" branches-valid="346" branches-covered="346" branch-rate="1" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down
9 changes: 7 additions & 2 deletions reports/htmlcov/coverage_html.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/main_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reports/htmlcov/status.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode___init___py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_api_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_check_compliance_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_config_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_constants_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_submit_artifacts_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/htmlcov/veracode_utils_py.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -6,23 +6,23 @@ bandit==1.6.2
black==19.10b0
certifi==2019.11.28
chardet==3.0.4
Click==7.0
codecov==2.0.16
coverage==5.0.3
click==7.1.1
codecov==2.0.22
coverage==5.0.4
gitdb==4.0.2
gitlint==0.13.1
GitPython==3.1.0
idna==2.9
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
mypy==0.761
mypy==0.770
mypy-extensions==0.4.3
pathspec==0.7.0
pbr==5.4.4
pylint==2.4.4
python-dateutil==2.8.1
PyYAML==5.3
PyYAML==5.3.1
regex==2020.2.20
requests==2.23.0
sh==1.12.14
Expand Down
2 changes: 1 addition & 1 deletion veracode/requirements.txt
Expand Up @@ -5,7 +5,7 @@ docopt==0.6.2
httpie==2.0.0
idna==2.9
Pygments==2.6.1
PyYAML==5.3
PyYAML==5.3.1
requests==2.23.0
urllib3==1.25.8
veracode-api-signing==19.9.0

0 comments on commit e076ccb

Please sign in to comment.