From 93df4ebd449e3a0f9d28b906afc4c5c841f624a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 1 May 2019 11:11:54 +0200 Subject: [PATCH] update requirements --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71f8606..5afdd63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,22 +5,22 @@ # pip-compile # asn1crypto==0.24.0 # via cryptography -certifi==2018.8.24 # via python-telegram-bot, requests -cffi==1.11.5 # via cryptography +certifi==2019.3.9 # via python-telegram-bot, requests +cffi==1.12.3 # via cryptography chardet==3.0.4 # via requests -cryptography==2.3.1 # via python-telegram-bot -filetype==1.0.1 -future==0.16.0 # via python-telegram-bot, pytumblr -idna==2.7 # via cryptography, requests +cryptography==2.6.1 # via python-telegram-bot +filetype==1.0.5 +future==0.17.1 # via python-telegram-bot, pytumblr +idna==2.8 # via requests markovify==0.7.1 mutagen==1.42.0 -oauthlib==2.1.0 # via requests-oauthlib +oauthlib==3.0.1 # via requests-oauthlib pycparser==2.19 # via cffi python-telegram-bot==11.1.0 pytumblr==0.0.8 -requests-oauthlib==1.0.0 # via pytumblr -requests==2.19.1 -six==1.11.0 # via cryptography -unidecode==1.0.22 # via markovify -urllib3==1.23 # via requests -youtube-dl==2018.9.26 +requests-oauthlib==1.2.0 # via pytumblr +requests==2.21.0 +six==1.12.0 # via cryptography +unidecode==1.0.23 # via markovify +urllib3==1.24.2 # via requests +youtube-dl==2019.4.30