Skip to content

Commit 6d7dfa6

Browse files
Lock file maintenance Python dependencies
1 parent 4bd0b58 commit 6d7dfa6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ optional = true
1616
optional = true
1717

1818
[tool.poetry.group.lint.dependencies]
19-
yamllint = "^1.35.1"
19+
yamllint = "^1.37.0"
2020

2121
[tool.poetry.group.unit]
2222
optional = true
2323

2424
[tool.poetry.group.unit.dependencies]
25-
pytest = "^8.3.4"
25+
pytest = "^8.3.5"
2626
pyyaml = "^6.0.2"
2727

2828
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)