From 848b7391e7279f6e66a1611cab8994ab1092f6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:29:33 +0000 Subject: [PATCH] build(deps): Bump django from 5.0.2 to 5.0.7 Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 71c7405..8c6ac50 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ colorama==0.4.6 dill==0.3.8 distlib==0.3.8 dj-database-url==2.1.0 -Django==5.0.2 +Django==5.0.7 django-auto-logout==0.5.1 django-livereload==1.7 filelock==3.13.1 diff --git a/requirements.txt b/requirements.txt index 089c1c2..8edef06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.7.2 distlib==0.3.8 -Django==5.0.2 +Django==5.0.7 filelock==3.13.1 platformdirs==4.2.0 sqlparse==0.4.4