diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-05-28 07:23:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-28 07:23:06 +0900 |
| commit | 9318551890f2b133fd5ee8b86a41822025e7bbf6 (patch) | |
| tree | cecc31ef53ed3a0905384f23458541ba0f0371cf | |
| parent | c66a0194786300e822e8ac8b3403ecb193a8090e (diff) | |
| parent | b6ae5c340d33342b60bc341e1b48fba3a9aa56a8 (diff) | |
Merge branch 'master' into fix_seznam
| -rw-r--r-- | requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index b2ae2d453..94a7ccf04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -certifi==2018.11.29 +certifi==2019.3.9 flask-babel==0.12.2 flask==1.0.2 idna==2.8 -jinja2==2.10 -lxml==4.3.0 +jinja2==2.10.1 +lxml==4.3.3 pygments==2.1.3 pyopenssl==19.0.0 -python-dateutil==2.7.5 -pyyaml==4.2b1 -requests[socks]==2.21.0 +python-dateutil==2.8.0 +pyyaml==5.1 +requests[socks]==2.22.0 |