From f09a854f9abbddef0969ab3ac875d4c69c1bc7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:17:38 +0000 Subject: [PATCH] Bump django from 3.1.14 to 3.2.24 in /SchedulingSimulator Bumps [django](https://github.com/django/django) from 3.1.14 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.1.14...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SchedulingSimulator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SchedulingSimulator/requirements.txt b/SchedulingSimulator/requirements.txt index ded9c5a..dc73ccc 100644 --- a/SchedulingSimulator/requirements.txt +++ b/SchedulingSimulator/requirements.txt @@ -1,2 +1,2 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -django==3.1.14 \ No newline at end of file +django==3.2.24 \ No newline at end of file