Update poetry CI version to 1.4.1

Update CI env script to move poetry version to main CI workflow config
This commit is contained in:
2023-03-29 18:46:57 -04:00
parent c3fe7bdef9
commit 9c6486ce55
4 changed files with 17 additions and 5 deletions

View File

@@ -68,8 +68,10 @@ toml = {version = "^0.10.1", python = "^3.6"}
typing-extensions = {version = "^4.5.0", python = ">3.8"}
[tool.poetry.group.ci.dependencies]
tox = {version = "^3.20.0", python = "^3.10"}
tox-poetry-installer = {version = "^0.10.1", extras = ["poetry"], python = "^3.10"}
# The python versions here need to match the lowest python version
# used in CI
tox = {version = "^3.20.0", python = "^3.7"}
tox-poetry-installer = {version = "^0.10.1", extras = ["poetry"], python = "^3.7"}
[build-system]
requires = ["poetry-core>=1.1.0"]