From 93f153f1f49ae175d23c932242bc4ad65ac07283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:23:23 +0000 Subject: [PATCH 1/3] Bump pylint from 2.12.1 to 2.12.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.1 to 2.12.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.12.1...v2.12.2) --- updated-dependencies: - dependency-name: pylint 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 f17d5c0..ac99faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ platformdirs==2.4.0 psycopg2==2.9.2 pyasn1==0.4.8 pyasn1-modules==0.2.8 -pylint==2.12.1 +pylint==2.12.2 pytz==2021.3 requests==2.26.0 rsa==4.8 From dce022b4b27631a891182fdb6c08831ac9f10d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:27:36 +0000 Subject: [PATCH 2/3] Bump django from 3.2.9 to 4.0 Bumps [django](https://github.com/django/django) from 3.2.9 to 4.0. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.9...4.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f17d5c0..8824547 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ chardet==4.0.0 charset-normalizer==2.0.8 colorama==0.4.4 dj-database-url==0.5.0 -Django==3.2.9 +Django==4.0 django-background-tasks==1.2.5 django-compat==1.0.15 django-cors-headers==3.10.0 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 3/3] 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