📦 chore(pyproject.toml): add markupsafe dependency to improve compatibility and security

🔒 chore(pyproject.toml): update black dependency to version 23.1.0 for development purposes
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-25 11:16:08 -03:00 committed by anovazzi1
commit 0a4c19082d
2 changed files with 6 additions and 9 deletions

View file

@ -82,6 +82,7 @@ passlib = "^1.7.4"
bcrypt = "^4.0.1"
python-jose = "^3.3.0"
metaphor-python = "^0.1.11"
markupsafe = "^2.1.3"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"