Skip to content

Commit

Permalink
Bumping pyngrok dependency to 4.1.10, updating security policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Aug 14, 2020
1 parent 864f5dc commit c35432d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

| Version | Supported |
| ------- | ------------------ |
| 1.0.x | :white_check_mark: |
| 0.0.x | :x: |

## Reporting a Vulnerability

While this package is in pre-release alpha, it is not being supported for security concerns. You are still welcome
to raise concerns that should be shored up before a stable release is published.

If you suspect you have found a security vulnerability, send an email to [[email protected]](mailto:[email protected]).
Please include a clear and concise description of what the vulnerability is, where it is exposed in the code, and (if
known) what best practices might apply to patching it.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future==0.18.2
pyngrok==4.1.9
pyngrok==4.1.10
python-dotenv==0.14.0
flask==1.1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
install_requires=[
"future",
"pyngrok",
"pyngrok>=4.1.10",
"python-dotenv",
"flask"
],
Expand Down

0 comments on commit c35432d

Please sign in to comment.