From 0e9de6763503b174aae6e254b4d506b0e73c9343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:56:37 +0000 Subject: [PATCH 1/2] [pip] Bump whitenoise from 6.5.0 to 6.6.0 in /vreapis Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index c137c9e..914e2bc 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -2,7 +2,7 @@ django==4.0.10 djangorestframework==3.14.0 djangorestframework-gis==1.0 django-filter==22.1 -whitenoise==6.5.0 +whitenoise==6.6.0 django-keycloak-auth==0.9.6 python-keycloak==3.3.0 gunicorn==21.2.0 From b2cbe0e059cbbbc5306571a5c15455a6eae865ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:56:41 +0000 Subject: [PATCH 2/2] [pip] Bump django-cors-headers from 4.2.0 to 4.3.0 in /vreapis Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index c137c9e..da4bd95 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -9,7 +9,7 @@ gunicorn==21.2.0 pyyaml==6.0.1 requests==2.31.0 django-dotenv==1.4.2 -django-cors-headers==4.2.0 +django-cors-headers==4.3.0 django-extensions==3.2.3 psycopg2==2.9.5 django-probes==1.7.0