From cc7ea0e4490424059dc3802d275ac28191ca8bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:46:07 +0000 Subject: [PATCH] build(deps): bump django from 5.0 to 5.0.1 Bumps [django](https://github.com/django/django) from 5.0 to 5.0.1. - [Commits](https://github.com/django/django/compare/5.0...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 968f943..2ed7425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.2 channels-redis==3.4.1 channels==3.0.5 -django==5.0 +django==5.0.1 psycopg2-binary==2.9.3 python-decouple==3.6 sqlparse==0.4.4