Skip to content

Commit

Permalink
Bump pytest from 8.0.2 to 8.1.1 in /python (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent d6b36fc commit cb61bb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.0.2"
pytest = "^8.1.1"

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

[tool.poetry.group.test.dependencies]
pytest-cov = "^4.1.0"
pytest = "^8.0.2"
pytest = "^8.1.1"

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

0 comments on commit cb61bb4

Please sign in to comment.