From 0bb36b0b01fc62475e4242515c2b4d7a3d3a4b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:26:59 +0000 Subject: [PATCH] build(deps): bump django from 5.0.7 to 5.0.8 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.8) --- 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 5ac3909..5f71a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -django==5.0.7 +django==5.0.8 python-dotenv==1.0.0 mozilla-django-oidc==4.0.0 \ No newline at end of file