Skip to content

Commit 40aae46

Browse files
authored
Set pytest to > 8 (#38)
* Set pytest to > 8 * Update dependencies * Update poetry.lock
1 parent 8f6c515 commit 40aae46

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

poetry.lock

Lines changed: 43 additions & 43 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
@@ -23,7 +23,7 @@ httpx = ">=0.23,<1"
2323

2424
[tool.poetry.dev-dependencies]
2525
black = "^24.3"
26-
pytest = "^7.3.0"
26+
pytest = "^8"
2727
pytest-httpx = ">0.15,<1"
2828
pytest-asyncio = "^0.16.0"
2929
isort = "^5.10.0"

0 commit comments

Comments
 (0)