This commit is contained in:
2023-04-13 14:26:47 -04:00
parent d5899d61c7
commit f9d1f9ecd2
2 changed files with 17 additions and 32 deletions

View File

@@ -36,6 +36,11 @@ pytest = "^6.2.5"
pytest-cov = "^3.0.0"
toml = "^0.10.2"
ruamel-yaml = {version = "^0.17.21", python = "^3.10"}
# This is a workaround for this issue with the Poetry export
# plugin which was blocking the 'security' CI check:
#
# https://github.com/python-poetry/poetry-plugin-export/issues/176
virtualenv = ">=20.15,<20.16"
[tool.poetry.group.ci.dependencies]
poetry = "^1.4.2"