You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads up that by default, safety errors out because of vulnerabilities in tornado (required by livereload, which is required by sphinx-autobuild). https://pyup.io/v/59071/f17/ indicates tornado 6.3.2 is required to fix the vuln, but >=6.3 requires python 3.8. Updating the below in the pyproject.toml will fix:
[tool.poetry.dependencies]
python = "^3.8"
The text was updated successfully, but these errors were encountered:
Just a heads up that by default, safety errors out because of vulnerabilities in tornado (required by livereload, which is required by sphinx-autobuild). https://pyup.io/v/59071/f17/ indicates tornado 6.3.2 is required to fix the vuln, but >=6.3 requires python 3.8. Updating the below in the pyproject.toml will fix:
The text was updated successfully, but these errors were encountered: