diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2019-01-07 21:06:53 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2019-02-23 18:52:36 +0100 |
commit | 2478c5395d5504529e5d4b8ee09092fedbc71fbf (patch) | |
tree | 2fec8739a784ee0247e048bafa7208c556666502 /requirements.txt | |
parent | b9e42e69be986a5f3980dc30d0ed25a9b1a47349 (diff) | |
download | searxng-2478c5395d5504529e5d4b8ee09092fedbc71fbf.tar.gz searxng-2478c5395d5504529e5d4b8ee09092fedbc71fbf.zip |
update pyyaml
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fd61b8109..701e08de9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ idna==2.7 pygments==2.1.3 pyopenssl==18.0.0 python-dateutil==2.7.3 -pyyaml==3.13 +pyyaml==4.2b1 requests[socks]==2.19.1 |