Update library dependencies

This commit is contained in:
weibeu
2022-05-28 22:23:31 +05:30
parent 1bacd9824a
commit e5bda937d7
3 changed files with 41 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ __all__ = [
] ]
__version__ = "0.1.68" __version__ = "0.1.69"

View File

@@ -1,22 +1,60 @@
aiohttp==3.7.4.post0 aiohttp==3.7.4.post0
alabaster==0.7.12
async-timeout==3.0.1 async-timeout==3.0.1
attrs==21.4.0 attrs==21.4.0
Babel==2.9.1
bleach==4.1.0
build==0.7.0
cachetools==5.0.0 cachetools==5.0.0
certifi==2021.10.8 certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0 chardet==4.0.0
charset-normalizer==2.0.11 charset-normalizer==2.0.11
click==8.0.3 click==8.0.3
Flask==2.0.2 colorama==0.4.4
cryptography==36.0.1
docutils==0.17.1
Flask==2.1.2
idna==3.3 idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.0
itsdangerous==2.0.1 itsdangerous==2.0.1
jeepney==0.7.1
Jinja2==3.0.3 Jinja2==3.0.3
keyring==23.5.0
MarkupSafe==2.0.1 MarkupSafe==2.0.1
multidict==6.0.2 multidict==6.0.2
oauthlib==3.2.0 oauthlib==3.2.0
packaging==21.3
Pallets-Sphinx-Themes==2.0.2
pep517==0.12.0
pkginfo==1.8.2
pycparser==2.21
Pygments==2.11.2
PyJWT==2.4.0 PyJWT==2.4.0
pyparsing==3.0.7
pytz==2021.3
readme-renderer==32.0
requests==2.27.1 requests==2.27.1
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
SecretStorage==3.3.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==4.4.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
tqdm==4.62.3
twine==3.8.0
typing_extensions==4.0.1 typing_extensions==4.0.1
urllib3==1.26.8 urllib3==1.26.8
webencodings==0.5.1
Werkzeug==2.0.3 Werkzeug==2.0.3
yarl==1.7.2 yarl==1.7.2
zipp==3.7.0

View File

@@ -18,7 +18,7 @@ def __get_version():
requirements = [ requirements = [
"Flask", "Flask",
"pyjwt>=2.0.0", "pyjwt>=2.4.0",
"requests", "requests",
"oauthlib", "oauthlib",
"cachetools", "cachetools",