From 8c787c310455f2bcd168ab68d0fd83049cc22157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:14:58 +0100 Subject: [PATCH] build(deps): bump django from 5.0.9 to 5.0.10 (#11) Bumps [django](https://github.com/django/django) from 5.0.9 to 5.0.10. - [Commits](https://github.com/django/django/compare/5.0.9...5.0.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60b91b2..32a7cb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # 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.9 +django==5.0.10 python-dotenv==1.0.0 authlib~=1.3.0 requests~=2.31.0 \ No newline at end of file