mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
Fix yet another bleach vulnerability by requirement upgrade
This commit is contained in:
parent
1c22ade579
commit
d7f13ee60e
@ -9,7 +9,7 @@ click-repl==0.1.6
|
||||
click==7.1.1
|
||||
jinja2==2.11.1
|
||||
markupsafe==1.1.1 # via jinja2
|
||||
prompt-toolkit==3.0.4 # via click-repl
|
||||
prompt-toolkit==3.0.5 # via click-repl
|
||||
pyyaml==5.3.1
|
||||
six==1.14.0 # via click-repl
|
||||
wcwidth==0.1.9 # via prompt-toolkit
|
||||
|
@ -9,7 +9,7 @@ appdirs==1.4.3
|
||||
astroid==2.3.3 # via pylint
|
||||
attrs==19.3.0 # via black
|
||||
black==19.10b0
|
||||
bleach==3.1.3 # via readme-renderer
|
||||
bleach==3.1.4 # via readme-renderer
|
||||
certifi==2019.11.28 # via requests
|
||||
cffi==1.14.0 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
@ -18,7 +18,7 @@ click==7.1.1
|
||||
cryptography==2.8 # via secretstorage
|
||||
docutils==0.16 # via readme-renderer
|
||||
idna==2.9 # via requests
|
||||
importlib-metadata==1.5.0 # via keyring, twine
|
||||
importlib-metadata==1.6.0 # via keyring, twine
|
||||
isort==4.3.21 # via pylint
|
||||
jeepney==0.4.3 # via keyring, secretstorage
|
||||
jinja2==2.11.1
|
||||
@ -29,7 +29,7 @@ mccabe==0.6.1 # via pylint
|
||||
pathspec==0.7.0 # via black
|
||||
pip-tools==4.5.1
|
||||
pkginfo==1.5.0.1 # via twine
|
||||
prompt-toolkit==3.0.4
|
||||
prompt-toolkit==3.0.5
|
||||
pycparser==2.20 # via cffi
|
||||
pygments==2.6.1 # via readme-renderer
|
||||
pyinstaller==3.6
|
||||
@ -42,7 +42,7 @@ requests==2.23.0 # via requests-toolbelt, twine
|
||||
secretstorage==3.1.2 # via keyring
|
||||
six==1.14.0
|
||||
toml==0.10.0 # via black
|
||||
tqdm==4.43.0 # via twine
|
||||
tqdm==4.44.1 # via twine
|
||||
twine==3.1.1
|
||||
typed-ast==1.4.1 # via astroid, black
|
||||
urllib3==1.25.8 # via requests
|
||||
|
@ -17,7 +17,7 @@ imagesize==1.2.0 # via sphinx
|
||||
jinja2==2.11.1
|
||||
markupsafe==1.1.1
|
||||
packaging==20.3 # via sphinx
|
||||
prompt-toolkit==3.0.4
|
||||
prompt-toolkit==3.0.5
|
||||
pygments==2.6.1 # via sphinx
|
||||
pyparsing==2.4.6 # via packaging
|
||||
pytz==2019.3 # via babel
|
||||
|
Loading…
x
Reference in New Issue
Block a user