Skip to content

Commit

Permalink
Merge pull request #7 from Nnamdi101/feature/DASH-1016-fix-urllib3
Browse files Browse the repository at this point in the history
DASH-1016: upgrade request
  • Loading branch information
Nnamdi101 authored Apr 24, 2019
2 parents a477daa + ffa25b0 commit 8be4cdb
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ start = "python -m auditexport"
test = "pytest"

[packages]
requests = "*"
requests = "~=2.21"
pyjwt = "*"
"rfc5424-logging-handler" = "*"
pytest = "*"
Expand Down
195 changes: 98 additions & 97 deletions Pipfile.lock

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

0 comments on commit 8be4cdb

Please sign in to comment.