From 9366e88352a404863c98a5000a65e8514a9a4fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 21:43:58 +0000 Subject: [PATCH] Upgrade: Bump django from 4.0.10 to 4.1.9 Bumps [django](https://github.com/django/django) from 4.0.10 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.0.10...4.1.9) --- 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 d336c08..b9c7728 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pymongo==4.3.3 fastapi==0.88.0 motor==3.1.1 uvicorn==0.20.0 -Django==4.0.10 +Django==4.1.9 psycopg2==2.9.5 django-environ==0.10.0 requests==2.28.1