diff options
author | Alexandre Flament <alex@al-f.net> | 2017-07-31 22:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 22:02:57 +0200 |
commit | 4f6586d8085460c368ad16904685199de630e1c8 (patch) | |
tree | b9316f924d3aca9924672e069989066b49c6c721 | |
parent | 5f36e85b37743f3e4704257b66ce760c12008093 (diff) | |
download | searxng-4f6586d8085460c368ad16904685199de630e1c8.tar.gz searxng-4f6586d8085460c368ad16904685199de630e1c8.zip |
[mod] upgrade dependencies
Mostly interresting for :
* pyopenssl : https://github.com/pyca/pyopenssl/pull/578
* certifi
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 292b6afce..1807205e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -certifi==2017.1.23 -flask==0.12 -flask-babel==0.11.1 -lxml==3.7.3 +certifi==2017.7.27.1 +flask==0.12.2 +flask-babel==0.11.2 +lxml==3.8.0 idna==2.5 pygments==2.1.3 -pyopenssl==16.2.0 -python-dateutil==2.6.0 +pyopenssl==17.2.0 +python-dateutil==2.6.1 pyyaml==3.12 -requests[socks]==2.13.0 +requests[socks]==2.14.2 |