From 362ac914c6d9f8cff0cc533d50ce66c83e3e0e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:43:31 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.28 to 3.2.25 Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.25. - [Commits](https://github.com/django/django/compare/2.2.28...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c14d43a1..8cb67c53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # 0.9.0 uses jsonschema instead of validictory, so we use a commit after 0.8.0 that adds Django 2.0 support. -e git+https://github.com/opencivicdata/pupa.git@f0791f7de07574039eff10d804e4683399a16ec5#egg=pupa opencivicdata==3.3.1 -Django==2.2.28 +Django==3.2.25 # Scrapers agate