From 0bea91ceec2770b78f9c287054eb1828305e6979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:20:03 +0000 Subject: [PATCH] Bump django from 2.2.5 to 3.2.25 in /2019/finals/web-gphotos-finals/app Bumps [django](https://github.com/django/django) from 2.2.5 to 3.2.25. - [Commits](https://github.com/django/django/compare/2.2.5...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2019/finals/web-gphotos-finals/app/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/finals/web-gphotos-finals/app/Pipfile b/2019/finals/web-gphotos-finals/app/Pipfile index cd9434916..1ab9f5326 100644 --- a/2019/finals/web-gphotos-finals/app/Pipfile +++ b/2019/finals/web-gphotos-finals/app/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -django = "==2.2.5" +django = "==3.2.25" wand = "==0.5.7" gunicorn = "==19.9.0"