Skip to content

Commit cf24bbd

Browse files
Update pytest requirement from >=8.0 to >=9.0.3
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@8.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cbfb7d commit cf24bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ uvicorn==0.48.0
44
python-dotenv==1.2.2
55
mando==0.8.2
66
# --- dev / CI only -------------------------------------------------
7-
pytest>=8.0
7+
pytest>=9.0.3
88
pytest-asyncio>=0.23

0 commit comments

Comments
 (0)