Skip to content

Commit 99134fa

Browse files
authored
Merge pull request #162 from jond01/dependabot/pip/pytest-8.0.0
Bump pytest from 7.4.4 to 8.0.0
2 parents 998852c + 5db2f6f commit 99134fa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mypy = "^1.6.1"
3838
pandas-stubs = "^2.1.1.230928"
3939

4040
[tool.poetry.group.test.dependencies]
41-
pytest = "^7.4.1"
41+
pytest = ">=7.4.1,<9.0.0"
4242
coverage = "^7.3.2"
4343

4444
[tool.poetry.urls]

0 commit comments

Comments
 (0)