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 (#28)
Browse files Browse the repository at this point in the history
Update all requirements.txt files to use the latest released versions of
dependencies
  • Loading branch information
JonZeolla authored Mar 9, 2020
1 parent 0095009 commit 0eefbb3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion reports/bandit_report.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"errors": [],
"generated_at": "2020-02-17T14:34:00Z",
"generated_at": "2020-03-09T12:37:21Z",
"metrics": {
"./main.py": {
"CONFIDENCE.HIGH": 0.0,
Expand Down
2 changes: 1 addition & 1 deletion reports/coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="5.0.3" timestamp="1581950004460" lines-valid="913" lines-covered="913" line-rate="1" branches-valid="346" branches-covered="346" branch-rate="1" complexity="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">
<!-- 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
2 changes: 1 addition & 1 deletion reports/htmlcov/index.html

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

22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
appdirs==1.4.3
arrow==0.14.2
arrow==0.15.5
astroid==2.3.3
attrs==19.3.0
bandit==1.6.2
black==19.10b0
certifi==2019.11.28
chardet==3.0.4
Click==7.0
codecov==2.0.15
codecov==2.0.16
coverage==5.0.3
gitdb2==2.0.6
gitlint==0.12.0
GitPython==3.0.5
idna==2.8
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
Expand All @@ -23,14 +23,14 @@ pbr==5.4.4
pylint==2.4.4
python-dateutil==2.8.1
PyYAML==5.3
regex==2020.1.8
requests==2.22.0
regex==2020.2.20
requests==2.23.0
sh==1.12.14
six==1.14.0
smmap2==2.0.5
stevedore==1.31.0
smmap==3.0.1
stevedore==1.32.0
toml==0.10.0
truffleHog==2.0.99
truffleHog==2.1.11
truffleHogRegexes==0.0.7
typed-ast==1.4.1
typing-extensions==3.7.4.1
Expand Down
6 changes: 3 additions & 3 deletions veracode/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ chardet==3.0.4
defusedxml==0.6.0
docopt==0.6.2
httpie==2.0.0
idna==2.8
Pygments==2.5.2
idna==2.9
Pygments==2.6.1
PyYAML==5.3
requests==2.22.0
requests==2.23.0
urllib3==1.25.8
veracode-api-signing==19.9.0

0 comments on commit 0eefbb3

Please sign in to comment.