Skip to content

Commit

Permalink
Update requests version to fix vulnerability with urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jul 16, 2021
1 parent 43e3c53 commit 6af9bbc
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages] # Packages required to run the application
requests = "==2.23.0"
requests = "==2.26.0"

[dev-packages] # Packages required to develop the application
coverage = "==5.0.3"
Expand Down
Loading

0 comments on commit 6af9bbc

Please sign in to comment.