From 9261d870572c4edb9f9a585f86136a0b41ce1cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:37:18 +0000 Subject: [PATCH] Bump pytest from 5.4.3 to 9.0.3 in /codalab/requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codalab/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codalab/requirements/requirements.txt b/codalab/requirements/requirements.txt index 3f85d4b2d..5b6e73aad 100644 --- a/codalab/requirements/requirements.txt +++ b/codalab/requirements/requirements.txt @@ -74,7 +74,7 @@ psycopg2==2.8.3 django-pin-passcode==0.1.9 # Adding test libraries here for simplicity sake -pytest==5.4.3 +pytest==9.0.3 pytest-django==3.9.0 pytest-testmon==1.0.2 # I haven't found any uses of pytest-watch, but it seems like something that should be leveraged when I looked into it.