From d2268c1647db9123ae677f3e4f1a1065bfa748d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:28:50 +0000 Subject: [PATCH] Update django requirement from <5.2,>=5.1 to >=5.1,<5.3 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.1...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 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 6ac0ea6..8a9b2cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django>=5.1,<5.2 +django>=5.1,<5.3 gunicorn>=23,<24 dj-database-url>=2,<3 pyAudio