From 8c30b8e4dae38e395a09eefffcc88d51cab1b472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 04:57:42 +0000 Subject: [PATCH] build(deps): bump django from 4.1.3 to 4.1.7 in /localiser-ui Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- localiser-ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localiser-ui/requirements.txt b/localiser-ui/requirements.txt index d256d2a..3b5153c 100644 --- a/localiser-ui/requirements.txt +++ b/localiser-ui/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.5.2 -Django==4.1.3 +Django==4.1.7 django-simple-history==3.2.0 protobuf==4.21.9 pytz==2022.6