mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 09:35:06 +00:00
Upgrade requirements
This allows us to fix a medium security issue in bleach: see v3.1.3 in https://github.com/mozilla/bleach/blob/master/CHANGES
This commit is contained in:
parent
ae2af6b1f8
commit
a991784d8f
@ -6,10 +6,10 @@
|
|||||||
#
|
#
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
click-repl==0.1.6
|
click-repl==0.1.6
|
||||||
click==7.0
|
click==7.1.1
|
||||||
jinja2==2.11.1
|
jinja2==2.11.1
|
||||||
markupsafe==1.1.1 # via jinja2
|
markupsafe==1.1.1 # via jinja2
|
||||||
prompt-toolkit==3.0.3 # via click-repl
|
prompt-toolkit==3.0.4 # via click-repl
|
||||||
pyyaml==5.3
|
pyyaml==5.3.1
|
||||||
six==1.14.0 # via click-repl
|
six==1.14.0 # via click-repl
|
||||||
wcwidth==0.1.8 # via prompt-toolkit
|
wcwidth==0.1.9 # via prompt-toolkit
|
||||||
|
@ -9,33 +9,33 @@ appdirs==1.4.3
|
|||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
attrs==19.3.0 # via black
|
attrs==19.3.0 # via black
|
||||||
black==19.10b0
|
black==19.10b0
|
||||||
bleach==3.1.1 # via readme-renderer
|
bleach==3.1.3 # via readme-renderer
|
||||||
certifi==2019.11.28 # via requests
|
certifi==2019.11.28 # via requests
|
||||||
cffi==1.14.0 # via cryptography
|
cffi==1.14.0 # via cryptography
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
click-repl==0.1.6
|
click-repl==0.1.6
|
||||||
click==7.0
|
click==7.1.1
|
||||||
cryptography==2.8 # via secretstorage
|
cryptography==2.8 # via secretstorage
|
||||||
docutils==0.16 # via readme-renderer
|
docutils==0.16 # via readme-renderer
|
||||||
idna==2.9 # via requests
|
idna==2.9 # via requests
|
||||||
importlib-metadata==1.5.0 # via keyring, twine
|
importlib-metadata==1.5.0 # via keyring, twine
|
||||||
isort==4.3.21 # via pylint
|
isort==4.3.21 # via pylint
|
||||||
jeepney==0.4.2 # via keyring, secretstorage
|
jeepney==0.4.3 # via keyring, secretstorage
|
||||||
jinja2==2.11.1
|
jinja2==2.11.1
|
||||||
keyring==21.1.0 # via twine
|
keyring==21.2.0 # via twine
|
||||||
lazy-object-proxy==1.4.3 # via astroid
|
lazy-object-proxy==1.4.3 # via astroid
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mccabe==0.6.1 # via pylint
|
mccabe==0.6.1 # via pylint
|
||||||
pathspec==0.7.0 # via black
|
pathspec==0.7.0 # via black
|
||||||
pip-tools==4.5.0
|
pip-tools==4.5.1
|
||||||
pkginfo==1.5.0.1 # via twine
|
pkginfo==1.5.0.1 # via twine
|
||||||
prompt-toolkit==3.0.3
|
prompt-toolkit==3.0.4
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.20 # via cffi
|
||||||
pygments==2.5.2 # via readme-renderer
|
pygments==2.6.1 # via readme-renderer
|
||||||
pyinstaller==3.6
|
pyinstaller==3.6
|
||||||
pylint==2.4.4
|
pylint==2.4.4
|
||||||
pyyaml==5.3
|
pyyaml==5.3.1
|
||||||
readme-renderer==24.0 # via twine
|
readme-renderer==25.0 # via twine
|
||||||
regex==2020.2.20 # via black
|
regex==2020.2.20 # via black
|
||||||
requests-toolbelt==0.9.1 # via twine
|
requests-toolbelt==0.9.1 # via twine
|
||||||
requests==2.23.0 # via requests-toolbelt, twine
|
requests==2.23.0 # via requests-toolbelt, twine
|
||||||
@ -46,10 +46,10 @@ tqdm==4.43.0 # via twine
|
|||||||
twine==3.1.1
|
twine==3.1.1
|
||||||
typed-ast==1.4.1 # via astroid, black
|
typed-ast==1.4.1 # via astroid, black
|
||||||
urllib3==1.25.8 # via requests
|
urllib3==1.25.8 # via requests
|
||||||
wcwidth==0.1.8
|
wcwidth==0.1.9
|
||||||
webencodings==0.5.1 # via bleach
|
webencodings==0.5.1 # via bleach
|
||||||
wrapt==1.11.2 # via astroid
|
wrapt==1.11.2 # via astroid
|
||||||
zipp==3.0.0 # via importlib-metadata
|
zipp==3.1.0 # via importlib-metadata
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
# setuptools
|
# setuptools
|
||||||
|
@ -10,31 +10,31 @@ babel==2.8.0 # via sphinx
|
|||||||
certifi==2019.11.28 # via requests
|
certifi==2019.11.28 # via requests
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
click-repl==0.1.6
|
click-repl==0.1.6
|
||||||
click==7.0
|
click==7.1.1
|
||||||
docutils==0.16 # via sphinx
|
docutils==0.16 # via sphinx
|
||||||
idna==2.9 # via requests
|
idna==2.9 # via requests
|
||||||
imagesize==1.2.0 # via sphinx
|
imagesize==1.2.0 # via sphinx
|
||||||
jinja2==2.11.1
|
jinja2==2.11.1
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
packaging==20.1 # via sphinx
|
packaging==20.3 # via sphinx
|
||||||
prompt-toolkit==3.0.3
|
prompt-toolkit==3.0.4
|
||||||
pygments==2.5.2 # via sphinx
|
pygments==2.6.1 # via sphinx
|
||||||
pyparsing==2.4.6 # via packaging
|
pyparsing==2.4.6 # via packaging
|
||||||
pytz==2019.3 # via babel
|
pytz==2019.3 # via babel
|
||||||
pyyaml==5.3
|
pyyaml==5.3.1
|
||||||
requests==2.23.0 # via sphinx
|
requests==2.23.0 # via sphinx
|
||||||
six==1.14.0
|
six==1.14.0
|
||||||
snowballstemmer==2.0.0 # via sphinx
|
snowballstemmer==2.0.0 # via sphinx
|
||||||
sphinx-rtd-theme==0.4.3
|
sphinx-rtd-theme==0.4.3
|
||||||
sphinx==2.4.3
|
sphinx==2.4.4
|
||||||
sphinxcontrib-applehelp==1.0.1 # via sphinx
|
sphinxcontrib-applehelp==1.0.2 # via sphinx
|
||||||
sphinxcontrib-devhelp==1.0.1 # via sphinx
|
sphinxcontrib-devhelp==1.0.2 # via sphinx
|
||||||
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
|
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
|
||||||
sphinxcontrib-jsmath==1.0.1 # via sphinx
|
sphinxcontrib-jsmath==1.0.1 # via sphinx
|
||||||
sphinxcontrib-qthelp==1.0.2 # via sphinx
|
sphinxcontrib-qthelp==1.0.3 # via sphinx
|
||||||
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
|
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
|
||||||
urllib3==1.25.8 # via requests
|
urllib3==1.25.8 # via requests
|
||||||
wcwidth==0.1.8
|
wcwidth==0.1.9
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
# setuptools
|
# setuptools
|
||||||
|
Loading…
Reference in New Issue
Block a user