Add workaround for export plugin issue

This commit is contained in:
2023-03-29 18:57:10 -04:00
parent 9c6486ce55
commit fcaac8ca43
3 changed files with 118 additions and 75 deletions

View File

@@ -46,15 +46,16 @@ ansible-core = {version = "^2.11.5", optional = true}
black = {version = "^23.1.0", python = "^3.10"}
blacken-docs = {version = "^1.13.0", python = "^3.10"}
ipython = {version = "^8.10.1", python = "^3.10"}
packaging = {version = "^23.0", python = "^3.10"} # Implicit python compat check fails for some reason
mdformat = {version = "^0.7.16", python = "^3.10"}
mdformat-gfm = {version = "^0.3.5", python = "^3.10"}
mypy = {version = "^1.1.1", python = "^3.10"}
pre-commit = {version = "^2.7.1", python = "^3.10"}
pre-commit-hooks = {version = "^3.3.0", python = "^3.10"}
pylint = {version = "^2.4.4", python = "^3.10"}
reorder-python-imports = {version = "^2.3.5", python = "^3.10"}
types-toml = {version = "^0.10.4", python = "^3.10"}
mypy = {version = "^1.0.1", python = "^3.10"}
mdformat = {version = "^0.6.4", python = "^3.10"}
mdformat-gfm = {version = "^0.2", python = "^3.10"}
# Implicit python version check fails for this one
packaging = {version = "^23.0", python = "^3.10"}
[tool.poetry.group.security.dependencies]
bandit = {version = "^1.6.2", python = "^3.10"}