Skip to content

Commit 1a6d1ab

Browse files
authored
Merge branch 'main' into 9-add-github-actions-for-linting-and-pytesting
2 parents 6f42eb6 + 5a0f436 commit 1a6d1ab

File tree

2 files changed

+63
-61
lines changed

2 files changed

+63
-61
lines changed

poetry.lock

Lines changed: 61 additions & 59 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
@@ -83,9 +83,9 @@ packages = [
8383

8484
[tool.poetry.dependencies]
8585
python = ">=3.12,<4"
86-
pyyaml = "^6.0.1"
86+
pyyaml = "^6.0.2"
8787

8888
[tool.poetry.group.dev.dependencies]
89-
pytest = "^8.2.2"
89+
pytest = "^8.3.2"
9090
pytest-cov = "^5.0.0"
9191
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)