Skip to content

Commit

Permalink
--- (#178)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent ce681e9 commit f1be31d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ packages = [{ include = "othello" }]
[tool.poetry.dependencies]
python = "^3.11"
colorama = "^0.4.6"
pytest = "^8.2.0"
pytest = "^8.2.1"

[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
ruff = "^0.4.4"

[tool.poetry.group.test.dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.2.0"
pytest = "^8.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit f1be31d

Please sign in to comment.