Skip to content

Commit 8ed3720

Browse files
authored
Merge pull request #30 from zkarpinski/dependabot/pip/pytest-8.0.0
Bump pytest from 7.4.4 to 8.0.0
2 parents bdb23f1 + 3c340d0 commit 8ed3720

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requests = "^2.31.0"
1717
dataclasses-json = "^0.6.3"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
pytest = "^7.4.3"
20+
pytest = ">=7.4.3,<9.0.0"
2121
pytest-mock = "^3.0.0"
2222
pytest-cov = "*"
2323
exceptiongroup = "^1.2.0"

0 commit comments

Comments
 (0)