From c49d7e9c43356077bb1b14fef0c61f25c0ba7a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:33:21 +0000 Subject: [PATCH] chore(deps): bump django from 5.0 to 5.0.2 Bumps [django](https://github.com/django/django) from 5.0 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0...5.0.2) --- 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 8d5700f..f20a097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ cryptography>=4.0,<41.1.0 -django>=3.2.4,<4.3.0 +django>=3.2.4,<5.1.0 sqlalchemy>=1.4.19,<1.5.0