mirror of
https://github.com/enpaul/vault2vault.git
synced 2024-11-27 20:39:50 +00:00
Update dev environment to use Python-3.10 for all dependencies
This commit is contained in:
parent
a98dd16358
commit
29243223fe
3646
poetry.lock
generated
3646
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -42,24 +42,25 @@ python = "^3.6.1"
|
|||||||
ansible-core = {version = "^2.11.5", optional = true}
|
ansible-core = {version = "^2.11.5", optional = true}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "^1.6.2"
|
bandit = {version = "^1.6.2", python = "^3.10"}
|
||||||
black = { version = "^21.9b0", allow-prereleases = true, python = "^3.7" }
|
black = {version = "^23.1.0", python = "^3.10"}
|
||||||
blacken-docs = "^1.8.0"
|
blacken-docs = {version = "^1.13.0", python = "^3.10"}
|
||||||
ipython = { version = "^7.18.1", python = "^3.7" }
|
ipython = {version = "^8.10.1", python = "^3.10"}
|
||||||
mypy = "^0.800"
|
mypy = {version = "^1.0.1", python = "^3.10"}
|
||||||
pre-commit = "^2.7.1"
|
poetry = {version = "^1.2", python = "^3.10"}
|
||||||
pre-commit-hooks = "^3.3.0"
|
pre-commit = {version = "^2.7.1", python = "^3.10"}
|
||||||
pylint = "^2.4.4"
|
pre-commit-hooks = {version = "^3.3.0", python = "^3.10"}
|
||||||
pytest = "^6.0.2"
|
pylint = {version = "^2.4.4", python = "^3.10"}
|
||||||
pytest-cov = "^2.10.1"
|
pytest = {version = "^6.0.2", python = "^3.10"}
|
||||||
reorder-python-imports = "^2.3.5"
|
pytest-cov = {version = "^2.10.1", python = "^3.10"}
|
||||||
safety = "^1.9.0"
|
reorder-python-imports = {version = "^2.3.5", python = "^3.10"}
|
||||||
toml = "^0.10.1"
|
safety = {version = "^2.2.0", python = "^3.10"}
|
||||||
tox = "^3.20.0"
|
toml = {version = "^0.10.1", python = "^3.10"}
|
||||||
tox-poetry-installer = { version = "^0.8.1", extras = ["poetry"] }
|
tox = {version = "^3.20.0", python = "^3.10"}
|
||||||
types-toml = "^0.10.4"
|
tox-poetry-installer = {version = "^0.10.1", extras = ["poetry"], python = "^3.10"}
|
||||||
mdformat = "^0.6.4"
|
types-toml = {version = "^0.10.4", python = "^3.10"}
|
||||||
mdformat-gfm = "^0.2"
|
mdformat = {version = "^0.6.4", python = "^3.10"}
|
||||||
|
mdformat-gfm = {version = "^0.2", python = "^3.10"}
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user