Skip to content

Commit f014e1e

Browse files
chore(deps-dev): update pytest requirement from ~=7.4 to ~=8.1 (#11)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb91f19 commit f014e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fastapi = ["fastapi>=0.51.0"]
3434

3535
dev = ["plugbear[test]", "plugbear[lint]", "plugbear[fastapi]"]
3636
test = [
37-
"pytest~=7.4",
37+
"pytest~=8.1",
3838
"pytest-asyncio~=0.23",
3939
"httpx", # for fastapi.testclient
4040
]

0 commit comments

Comments
 (0)