Skip to content

Commit

Permalink
Merge pull request #98 from SimonBlanke/dependabot/pip/pytest-8.3.4
Browse files Browse the repository at this point in the history
Bump pytest from 8.3.3 to 8.3.4
  • Loading branch information
SimonBlanke authored Jan 1, 2025
2 parents 5be519d + 6642c37 commit 113a3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build = [
"wheel",
]
test = [
"pytest == 8.3.3",
"pytest == 8.3.4",
"flake8",
"pytest-cov",
"pathos",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest == 8.3.3
pytest == 8.3.4
flake8
pytest-cov
pathos

0 comments on commit 113a3c7

Please sign in to comment.