diff options
author | Dalf <alex@al-f.net> | 2020-04-08 15:58:26 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2020-04-08 15:58:26 +0200 |
commit | 3973951770146f35d52664e971b76026af15d9f9 (patch) | |
tree | 4ffca90a10fc7039565385b5e1fb45735cc931cb /requirements.txt | |
parent | 65e8af62b18d5776ebed02ae9d22e137d7f421ca (diff) | |
download | searxng-3973951770146f35d52664e971b76026af15d9f9.tar.gz searxng-3973951770146f35d52664e971b76026af15d9f9.zip |
[mod] requirements.txt: upgrade dependency versions.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt index ea4a5a7a0..5d508d7ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -certifi==2019.3.9 +certifi==2020.4.5.1 babel==2.7.0 flask-babel==1.0.0 -flask==1.0.2 -idna==2.8 -jinja2==2.10.1 -lxml==4.3.3 +flask==1.1.2 +idna==2.9 +jinja2==2.11.1 +lxml==4.5.0 pygments==2.1.3 -pyopenssl==19.0.0 +pyopenssl==19.1.0 python-dateutil==2.8.0 -pyyaml==5.1 -requests[socks]==2.22.0 +pyyaml==5.3.1 +requests[socks]==2.23.0 |