From 7f2e15f18560e0497c182d8014a8e9a070df8215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 09:04:43 +0000 Subject: [PATCH] Bump django-cors-headers from 3.10.0 to 3.10.1 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.10.0 to 3.10.1. - [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.10.0...3.10.1) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4e2c0c..8b73b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ dj-database-url==0.5.0 Django==4.0 django-background-tasks==1.2.5 django-compat==1.0.15 -django-cors-headers==3.10.0 +django-cors-headers==3.10.1 django-db-logger==0.1.11 djangorestframework==3.12.4 google-auth==2.3.3