From 4bc96f712335e5cfa149e8a96910a95df7fb0b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:30:59 +0000 Subject: [PATCH] Bump django from 4.1 to 4.1.10 in /gsoc2022/smilesdb/rpc_handler Bumps [django](https://github.com/django/django) from 4.1 to 4.1.10. - [Commits](https://github.com/django/django/compare/4.1...4.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gsoc2022/smilesdb/rpc_handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsoc2022/smilesdb/rpc_handler/requirements.txt b/gsoc2022/smilesdb/rpc_handler/requirements.txt index 858af79e7..3292c1858 100644 --- a/gsoc2022/smilesdb/rpc_handler/requirements.txt +++ b/gsoc2022/smilesdb/rpc_handler/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.5.2 backports.zoneinfo==0.2.1 -Django==4.1 +Django==4.1.10 django-cors-headers==3.13.0 djangogrpcframework==0.2.1 djangorestframework==3.13.1