Skip to content

Commit

Permalink
Set pytest to > 8 (#38)
Browse files Browse the repository at this point in the history
* Set pytest to > 8

* Update dependencies

* Update poetry.lock
  • Loading branch information
fabaff authored Apr 4, 2024
1 parent 8f6c515 commit 40aae46
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
86 changes: 43 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ httpx = ">=0.23,<1"

[tool.poetry.dev-dependencies]
black = "^24.3"
pytest = "^7.3.0"
pytest = "^8"
pytest-httpx = ">0.15,<1"
pytest-asyncio = "^0.16.0"
isort = "^5.10.0"
Expand Down

0 comments on commit 40aae46

Please sign in to comment.