mirror of
https://github.com/enpaul/vault2vault.git
synced 2025-09-18 15:28:38 +00:00
Add workaround for export plugin issue
This commit is contained in:
@@ -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"}
|
||||
|
Reference in New Issue
Block a user