From 44c28f06c032a6e35fd8a02844943fef7d6a1b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 21:40:03 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.1.9 in /python-django-sso-example Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.1.3...4.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-django-sso-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-django-sso-example/requirements.txt b/python-django-sso-example/requirements.txt index 4f3b906..6cc465f 100644 --- a/python-django-sso-example/requirements.txt +++ b/python-django-sso-example/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.2 certifi==2020.12.5 chardet==4.0.0 -Django==4.1.3 +Django==4.1.9 idna==2.10 pytz==2021.1 requests==2.25.1