From 93124adbaa6c7af9e41189e2a9c89bccc01393b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:32:35 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.13.1 to 3.14.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 779dc73..e0da0b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django==4.1.1 -djangorestframework==3.13.1 +djangorestframework==3.14.0 mysqlclient==2.1.1