Skip to content

Commit

Permalink
build(deps): bump pytest from 8.3.2 to 8.3.3 in /python (#230)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [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.3.2...8.3.3)

---
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 Sep 11, 2024
1 parent a476060 commit d519b62
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.3.2"
pytest = "^8.3.3"

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

[tool.poetry.group.test.dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.3.2"
pytest = "^8.3.3"

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

0 comments on commit d519b62

Please sign in to comment.