Skip to content

Commit

Permalink
requirements: Upgrade ndg-httpsclient to 0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerkid authored and timabbott committed Feb 14, 2018
1 parent 18436c1 commit caaa7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ oauthlib==2.0.6

# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
# Needed by requests to send https request to some sites.
ndg-httpsclient==0.4.3
ndg-httpsclient==0.4.4

# Needed to access rabbitmq
pika==0.11.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mock==2.0.0
moto==1.2.0
mypy==0.560
mypy_extensions==0.3.0
ndg-httpsclient==0.4.3
ndg-httpsclient==0.4.4
oauth2client==4.1.2
oauthlib==2.0.6
ordereddict==1.1 # via gitlint
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ markdown==2.6.11
markupsafe==1.0
mock==2.0.0
mypy_extensions==0.3.0
ndg-httpsclient==0.4.3
ndg-httpsclient==0.4.4
oauth2client==4.1.2
oauthlib==2.0.6
parso==0.1.0 # via jedi
Expand Down

0 comments on commit caaa7d1

Please sign in to comment.