From 5f60e40eb928601c33a1d169a98994b6268df881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:43:33 +0000 Subject: [PATCH] chore(deps): update django requirement from ~=5.0.0 to ~=5.0.1 in /api Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.0...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7d018105c..baca1dc6c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ captcha~=0.5.0 celery~=5.3.6 coverage~=7.3.2 cryptography~=41.0.7 -Django~=5.0.0 +Django~=5.0.1 django-cors-headers~=4.3.1 djangorestframework~=3.14.0 django-celery-email~=3.0.0