From 252e6c6a55c520decc0cd81a5b59e60a5e5e5c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 03:30:11 +0000 Subject: [PATCH] Bump django from 4.1.5 to 4.1.6 in /teasers_wip/main Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.5...4.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- teasers_wip/main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teasers_wip/main/requirements.txt b/teasers_wip/main/requirements.txt index 00b6070..0aebcf6 100644 --- a/teasers_wip/main/requirements.txt +++ b/teasers_wip/main/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.6.0 Babel==2.11.0 -Django==4.1.5 +Django==4.1.6 django-money==3.0.0 py-moneyed==2.0 pytz==2022.7.1