From 45e3cbfd9b359c836ab4bb2f41f9dc27db35a4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:36:30 +0000 Subject: [PATCH] Bump django-cors-headers from 3.11.0 to 3.13.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.11.0 to 3.13.0. - [Release notes](https://github.com/adamchainz/django-cors-headers/releases) - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.11.0...3.13.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4081a8d..c473d1d 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ ArchivesSnake==0.9.1 Django==4.0.3 -django-cors-headers==3.11.0 +django-cors-headers==3.13.0 djangorestframework==3.13.1 inflect==5.4.0 ordered-set==4.1.0 diff --git a/requirements.txt b/requirements.txt index 150ce07..7324a9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ django==4.0.3 # -r requirements.in # django-cors-headers # djangorestframework -django-cors-headers==3.11.0 +django-cors-headers==3.13.0 # via -r requirements.in djangorestframework==3.13.1 # via -r requirements.in