From 2e3a9ffbc60c9f38b6a4e7d68fa824f5a7fb9c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:49:37 +0000 Subject: [PATCH] Bump djangorestframework-api-key from 2.2.0 to 3.0.0 in /requirements Bumps [djangorestframework-api-key](https://github.com/florimondmanca/djangorestframework-api-key) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/florimondmanca/djangorestframework-api-key/releases) - [Changelog](https://github.com/florimondmanca/djangorestframework-api-key/blob/master/CHANGELOG.md) - [Commits](https://github.com/florimondmanca/djangorestframework-api-key/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: djangorestframework-api-key dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 2658eb12..3bf03370 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -11,7 +11,7 @@ django-silk==5.0.2 django-solo==2.0.0 django-url-or-relative-url-field==0.2.0 djangorestframework==3.14.0 -djangorestframework-api-key==2.2.0 +djangorestframework-api-key==3.0.0 docutils==0.19 drf-yasg==1.21.4 huey==2.4.4