Skip to content

Commit 723f0aa

Browse files
Merge pull request #33 from COMP1010UNSW/dependabot/pip/pytest-8.0.0
Bump pytest from 7.4.3 to 8.0.0
2 parents d9091d0 + ad131df commit 723f0aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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
@@ -38,7 +38,7 @@ include = ["py.typed"]
3838
python = "^3.9"
3939

4040
[tool.poetry.group.dev.dependencies]
41-
pytest = "^7.4.2"
41+
pytest = ">=7.4.2,<9.0.0"
4242
flake8 = ">=6.1,<8.0"
4343
mypy = "^1.5.1"
4444
autopep8 = "^2.0.4"

0 commit comments

Comments
 (0)