From ad2428b1fd89853ffd276bbb8bb9b84056c53216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 04:24:17 +0000 Subject: [PATCH 01/17] Bump django-cors-headers from 3.12.0 to 3.13.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.12.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.12.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0bbe50..ed15190d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ debugpy==1.6.0 django-anymail==8.6 django-auto-prefetching==0.2.11 django-heroku==0.3.1 -django-cors-headers==3.12.0 +django-cors-headers==3.13.0 django-markdownx==4.0.0b1 django-reversion==5.0.0 django-storages==1.12.3 From b4e2587441d2c6bd17be3b0e71f6f59bf4785eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 04:21:25 +0000 Subject: [PATCH 02/17] Bump requests from 2.27.1 to 2.28.0 Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79450a29..e4cbd822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,6 @@ mailjet-rest==1.3.4 numpy==1.22.4 psycopg2==2.9.3 pytz==2022.1 -requests==2.27.1 +requests==2.28.0 tblib==1.7.0 whitenoise==6.2.0 From ea34f79a009dc6eb77c9e864b8ec4f324116f0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 04:25:04 +0000 Subject: [PATCH 03/17] Bump django-reversion from 5.0.0 to 5.0.1 Bumps [django-reversion](https://github.com/etianen/django-reversion) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/etianen/django-reversion/releases) - [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst) - [Commits](https://github.com/etianen/django-reversion/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: django-reversion 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 e4cbd822..8dcc27a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-auto-prefetching==0.2.11 django-heroku==0.3.1 django-cors-headers==3.12.0 django-markdownx==4.0.0b1 -django-reversion==5.0.0 +django-reversion==5.0.1 django-storages==1.12.3 Django==4.0.3 djangorestframework-gis==0.18 From be3f20a55185a12a2d6b8dc31e9f2b0b34f87fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 06:55:55 +0000 Subject: [PATCH 04/17] Bump djangorestframework-gis from 0.18 to 1.0 Bumps [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) from 0.18 to 1.0. - [Release notes](https://github.com/openwisp/django-rest-framework-gis/releases) - [Changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst) - [Commits](https://github.com/openwisp/django-rest-framework-gis/compare/v0.18.0...v1.0.0) --- updated-dependencies: - dependency-name: djangorestframework-gis 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 ed0ace2f..119dc804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-markdownx==4.0.0b1 django-reversion==5.0.1 django-storages==1.12.3 Django==4.0.3 -djangorestframework-gis==0.18 +djangorestframework-gis==1.0 djangorestframework-simplejwt==4.8.0 djangorestframework==3.13.1 djoser==2.1.0 From c0049527f75c285726f05c2bba57276e04c553bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:27:31 +0000 Subject: [PATCH 05/17] Bump sentry-sdk from 1.5.8 to 1.6.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.8 to 1.6.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.5.8...1.6.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22971235..6312bbd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ psycopg2==2.9.3 pytz==2022.1 requests==2.28.0 tblib==1.7.0 -sentry-sdk==1.5.8 +sentry-sdk==1.6.0 pyyaml==6.0 whitenoise==6.2.0 From ed9f48166486637ebe48ff9a864aeb38efb29ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:27:40 +0000 Subject: [PATCH 06/17] Bump numpy from 1.22.4 to 1.23.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.22.4 to 1.23.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.22.4...v1.23.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22971235..acecca6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ djoser==2.1.0 drf-extra-fields==3.4.0 gunicorn==20.1.0 mailjet-rest==1.3.4 -numpy==1.22.4 +numpy==1.23.0 psycopg2==2.9.3 pytz==2022.1 requests==2.28.0 From 3c588b35e0f7d073f48f4c268a9b298b76ab585b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:53:20 +0000 Subject: [PATCH 07/17] Bump requests from 2.28.0 to 2.28.1 Bumps [requests](https://github.com/psf/requests) from 2.28.0 to 2.28.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.28.1) --- updated-dependencies: - dependency-name: requests 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 b357fabd..aee7f093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ mailjet-rest==1.3.4 numpy==1.23.0 psycopg2==2.9.3 pytz==2022.1 -requests==2.28.0 +requests==2.28.1 tblib==1.7.0 sentry-sdk==1.6.0 pyyaml==6.0 From 982a5076272e3edce8e950af9a3ce58d537560da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:53:38 +0000 Subject: [PATCH 08/17] Bump black from 22.3.0 to 22.6.0 Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b357fabd..3276d742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==22.3.0 +black==22.6.0 boto3==1.24.2 coverage==6.4.1 debugpy==1.6.0 From b998fb7ebbc29f5f88702d719f0f880d6a568707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 04:24:19 +0000 Subject: [PATCH 09/17] Bump debugpy from 1.6.0 to 1.6.2 Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: debugpy 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 b357fabd..333a8421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==22.3.0 boto3==1.24.2 coverage==6.4.1 -debugpy==1.6.0 +debugpy==1.6.2 django-anymail==8.6 django-auto-prefetching==0.2.11 django-cors-headers==3.13.0 From 07eb135bc274b1ca4ac543bc3306c106a8b7c4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:59:06 +0000 Subject: [PATCH 10/17] Bump sentry-sdk from 1.6.0 to 1.7.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.6.0 to 1.7.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.6.0...1.7.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b357fabd..668a9557 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==22.3.0 boto3==1.24.2 coverage==6.4.1 -debugpy==1.6.0 +debugpy==1.6.2 django-anymail==8.6 django-auto-prefetching==0.2.11 django-cors-headers==3.13.0 @@ -21,6 +21,6 @@ psycopg2==2.9.3 pytz==2022.1 requests==2.28.0 tblib==1.7.0 -sentry-sdk==1.6.0 +sentry-sdk==1.7.2 pyyaml==6.0 whitenoise==6.2.0 From 0fee416beae8a58d9161f723350856788b46f6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:59:46 +0000 Subject: [PATCH 11/17] Bump numpy from 1.23.0 to 1.23.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.0...v1.23.1) --- updated-dependencies: - dependency-name: numpy 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 d39acd39..10300596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ djoser==2.1.0 drf-extra-fields==3.4.0 gunicorn==20.1.0 mailjet-rest==1.3.4 -numpy==1.23.0 +numpy==1.23.1 psycopg2==2.9.3 pytz==2022.1 requests==2.28.1 From 3ef713169be1605522620b4ce37df7a0803d5169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:59:58 +0000 Subject: [PATCH 12/17] Bump coverage from 6.4.1 to 6.4.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.4.1...6.4.2) --- updated-dependencies: - dependency-name: coverage 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 d39acd39..1289f30a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==22.6.0 boto3==1.24.2 -coverage==6.4.1 +coverage==6.4.2 debugpy==1.6.2 django-anymail==8.6 django-auto-prefetching==0.2.11 From 126c1706bb79a8d3bd1ebf2d06b4d9030c62e8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:29:53 +0000 Subject: [PATCH 13/17] Bump sentry-sdk from 1.7.2 to 1.8.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.7.2...1.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 750e1be8..7df411d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ psycopg2==2.9.3 pytz==2022.1 requests==2.28.1 tblib==1.7.0 -sentry-sdk==1.7.2 +sentry-sdk==1.8.0 pyyaml==6.0 whitenoise==6.2.0 From 12c02ccdbcaffb2e46f29b8e9a802e6ac2946d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:39:56 +0000 Subject: [PATCH 14/17] Bump sentry-sdk from 1.8.0 to 1.9.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7df411d8..70642218 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ psycopg2==2.9.3 pytz==2022.1 requests==2.28.1 tblib==1.7.0 -sentry-sdk==1.8.0 +sentry-sdk==1.9.0 pyyaml==6.0 whitenoise==6.2.0 From 58ecaa5e167375e57d86e26be2e9836bf5f84e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:13:15 +0000 Subject: [PATCH 15/17] Bump django-reversion from 5.0.1 to 5.0.2 Bumps [django-reversion](https://github.com/etianen/django-reversion) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/etianen/django-reversion/releases) - [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst) - [Commits](https://github.com/etianen/django-reversion/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: django-reversion 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 70642218..b4b4ccf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-anymail==8.6 django-auto-prefetching==0.2.11 django-cors-headers==3.13.0 django-markdownx==4.0.0b1 -django-reversion==5.0.1 +django-reversion==5.0.2 django-storages==1.12.3 djangorestframework-gis==1.0 Django==3.2.13 From f9d40d0aafcaeb3cb5adda44c071f02a99b77e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:13:20 +0000 Subject: [PATCH 16/17] Bump sentry-sdk from 1.9.0 to 1.9.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.9.0...1.9.2) --- updated-dependencies: - dependency-name: sentry-sdk 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 70642218..e1fc457d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ psycopg2==2.9.3 pytz==2022.1 requests==2.28.1 tblib==1.7.0 -sentry-sdk==1.9.0 +sentry-sdk==1.9.2 pyyaml==6.0 whitenoise==6.2.0 From b09b69ad063ec5f8b59272eaa25563c7cb21aff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:13:32 +0000 Subject: [PATCH 17/17] Bump coverage from 6.4.2 to 6.4.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.4.2...6.4.3) --- updated-dependencies: - dependency-name: coverage 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 70642218..351daee8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==22.6.0 boto3==1.24.2 -coverage==6.4.2 +coverage==6.4.3 debugpy==1.6.2 django-anymail==8.6 django-auto-prefetching==0.2.11