Skip to content

Commit

Permalink
chore(dev): update dependency pytest to v8.3.3 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 5da2089 commit 4acc715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python = "^3.8"
[tool.poetry.dev-dependencies]
# tests
coverage = { version = "==7.6.1", extras = ['toml'] }
pytest = "==8.2.2"
pytest = "==8.3.3"
# lint
pre-commit = { version = "==3.7.1", python = '^3.9', markers = "implementation_name != 'pypy'" }
mypy = { version = "==1.11.2", python = '^3.9', markers = "implementation_name != 'pypy'" }
Expand Down

0 comments on commit 4acc715

Please sign in to comment.