From b18de11fb3d5295f92c32eedd5f4b2c2e78fb72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 19:52:41 +0800 Subject: [PATCH] Bump django from 4.1.2 to 4.1.7 (#2054) Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.2...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d058d33815..fae58e6179 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.1.2 +Django==4.1.7 mysqlclient==2.0.3 requests==2.28.0 simplejson==3.17.2