From 6f5c79bdf2f5a29bab595295fa44b3c28c34841d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:44:37 +0000 Subject: [PATCH 1/5] Bump google-auth from 2.6.3 to 2.6.6 (#104) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f11953..d2ef0bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-compat==1.0.15 django-cors-headers==3.11.0 django-db-logger==0.1.11 djangorestframework==3.13.1 -google-auth==2.6.3 +google-auth==2.6.6 gunicorn==20.1.0 idna==3.3 importlib-metadata==4.11.3 From f385cd7cede89f41c2317780e8f244c1f4b2b76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:44:58 +0000 Subject: [PATCH 2/5] Bump django-db-logger from 0.1.11 to 0.1.12 (#100) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2ef0bf..66c8901 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Django==3.2.12 django-background-tasks==1.2.5 django-compat==1.0.15 django-cors-headers==3.11.0 -django-db-logger==0.1.11 +django-db-logger==0.1.12 djangorestframework==3.13.1 google-auth==2.6.6 gunicorn==20.1.0 From 964cb54b8c0c4cf7f1198eefacb41b60e96495ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:45:21 +0000 Subject: [PATCH 3/5] Bump django from 3.2.12 to 3.2.13 (#99) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c8901..7daa32f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ chardet==4.0.0 charset-normalizer==2.0.9 colorama==0.4.4 dj-database-url==0.5.0 -Django==3.2.12 +Django==3.2.13 django-background-tasks==1.2.5 django-compat==1.0.15 django-cors-headers==3.11.0 From 662daa48d834f13ef3e32a93d42ff83767d37566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:45:36 +0000 Subject: [PATCH 4/5] Bump lazy-object-proxy from 1.6.0 to 1.7.1 (#101) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7daa32f..ecfc70a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ idna==3.3 importlib-metadata==4.11.3 isort==5.10.1 jsonfield==3.1.0 -lazy-object-proxy==1.6.0 +lazy-object-proxy==1.7.1 Markdown==3.3.6 mccabe==0.7.0 pdfkit==1.0.0 From 6e3f19b29fe639353700131db3ed3cca9a794b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 17:46:46 +0000 Subject: [PATCH 5/5] Bump charset-normalizer from 2.0.9 to 2.0.12 (#98) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecfc70a..4a81a07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==2.11.2 cachetools==5.0.0 certifi==2021.10.8 chardet==4.0.0 -charset-normalizer==2.0.9 +charset-normalizer==2.0.12 colorama==0.4.4 dj-database-url==0.5.0 Django==3.2.13