From 9051f975069a9a5ff1df2e0b611d6fb9f9bfb677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:53:26 +0000 Subject: [PATCH] Bump django from 1.11.29 to 5.0.2 in /codalab/requirements Bumps [django](https://github.com/django/django) from 1.11.29 to 5.0.2. - [Commits](https://github.com/django/django/compare/1.11.29...5.0.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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..7fcf77320 100644 --- a/codalab/requirements/requirements.txt +++ b/codalab/requirements/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.29 +Django==5.0.2 alembic==0.6.7 argparse # azure==0.7.1