Update dependencies

This commit is contained in:
Šarūnas Nejus 2024-06-10 05:27:26 +01:00
parent 4752fb01df
commit 6d3b76d3ef
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435
2 changed files with 1219 additions and 1181 deletions

2396
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -203,6 +203,10 @@ args = { path = { help = "Path to format", positional = true, multiple = true, d
help = "Check the code for linting issues. Accepts flake8 options."
cmd = "flake8"
[tool.poe.tasks.update-dependencies]
help = "Update dependencies to their latest versions."
cmd = "poetry update -vv"
[tool.poe.tasks.test]
help = "Run tests with pytest"
cmd = "pytest"