Update packages in pyproject.toml and poetry.lock

This commit is contained in:
fmhoeger
2024-01-30 14:07:42 -06:00
committed by mergify[bot]
parent 4ec7a9f5fb
commit 71bc886052
2 changed files with 41 additions and 127 deletions

View File

@@ -7,10 +7,10 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
virtualenv = "^20.13.1"
virtualenv = "^20.25.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"