From ff829af124cbda35c15e8f25dcb8ea422fe43b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:57:38 -0400 Subject: [PATCH] Bump django from 4.2.5 to 4.2.6 in /api_server (#119) Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.6. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index 7f50539..c6bb433 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.5 +Django==4.2.6 djangorestframework==3.14.0 psycopg2-binary==2.9.9 tzdata==2023.3