From 4729b23582589d1a092574c837f5a20f3552e296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:47:37 +0300 Subject: [PATCH] build(deps): bump django from 4.2.3 to 4.2.5 (#16) Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.5. - [Commits](https://github.com/django/django/compare/4.2.3...4.2.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... 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 8f76a14..ce312b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==4.2.3 +django==4.2.5 djangorestframework==3.14.0 mysqlclient==2.2.0