Skip to content

Commit

Permalink
build(deps): bump pytest from 8.2.2 to 8.3.1 in /python (#203)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 23, 2024
1 parent 4f2bb9d commit f9e3ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.2"
pytest = "^8.3.1"

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

[tool.poetry.group.test.dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.2.2"
pytest = "^8.3.1"

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

0 comments on commit f9e3ab3

Please sign in to comment.