Skip to content

Commit

Permalink
Update urllib version to avoid security vulns warning (digital-asset#864
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dasormeter authored May 2, 2019
1 parent df23091 commit ed22a1e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/scripts/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ verify_ssl = true
sphinx-autobuild = "*"
sphinx = "*"
jinja2 = ">=2.10.1"
urllib3 = ">=1.24.2"

[requires]
python_version = "3.6"
8 changes: 4 additions & 4 deletions docs/scripts/Pipfile.lock

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

1 change: 1 addition & 0 deletions navigator/docs/licenses/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
pystache = "==0.5.4"
requests = "==2.20.0"
urllib3 = ">=1.24.2"

[dev-packages]

Expand Down
9 changes: 5 additions & 4 deletions navigator/docs/licenses/Pipfile.lock

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

1 change: 1 addition & 0 deletions oss-compliance/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
pystache = "==0.5.4"
requests = "==2.20.0"
urllib3 = ">=1.24.2"

[dev-packages]

Expand Down

0 comments on commit ed22a1e

Please sign in to comment.