Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safety Errors about Tornado < 6.3.2 #1349

Open
natescherer opened this issue Aug 4, 2023 · 0 comments
Open

Safety Errors about Tornado < 6.3.2 #1349

natescherer opened this issue Aug 4, 2023 · 0 comments

Comments

@natescherer
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant