From dc91a48a7f53883a85874b1bd396edbdcfd3ee48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:55:46 +0000 Subject: [PATCH] Bump django-vectortiles from 0.2.0 to 1.0.0 in /src Bumps [django-vectortiles](https://github.com/submarcos/django-vectortiles) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/submarcos/django-vectortiles/releases) - [Changelog](https://github.com/submarcos/django-vectortiles/blob/master/docs/changelog.rst) - [Commits](https://github.com/submarcos/django-vectortiles/compare/0.2.0...1.0.0) --- updated-dependencies: - dependency-name: django-vectortiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.in | 2 +- src/requirements.txt | 5 +++-- src/requirements_dev.txt | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/requirements.in b/src/requirements.in index 86ba4a9f5..3a5e94fbd 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -5,7 +5,7 @@ django-healthchecks == 1.5.0 django-postgres-unlimited-varchar == 1.1.2 django-redis == 5.4.0 django-gisserver == 1.4.1 -django-vectortiles == 0.2.0 +django-vectortiles == 1.0.0 djangorestframework == 3.15.2 djangorestframework-csv == 3.0.2 djangorestframework-gis == 1.1 diff --git a/src/requirements.txt b/src/requirements.txt index a7dca1e10..f036c3f18 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -379,8 +379,9 @@ django-redis==5.4.0 \ --hash=sha256:6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 \ --hash=sha256:ebc88df7da810732e2af9987f7f426c96204bf89319df4c6da6ca9a2942edd5b # via -r requirements.in -django-vectortiles==0.2.0 \ - --hash=sha256:9710492bb77328b202dcbd889b65f9d08807e7dc061a5593d86cfbf1ea545caf +django-vectortiles==1.0.0 \ + --hash=sha256:c651cd5608b564e4d2df50e58fab8d44c970182fb34d898e1d8aafd9a13c8179 \ + --hash=sha256:ec08c224469ce0ba24fe6ea1dc5e28e55378bba3834aa7eca9280baf0b0bde4a # via -r requirements.in djangorestframework==3.15.2 \ --hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \ diff --git a/src/requirements_dev.txt b/src/requirements_dev.txt index 421e786fd..48f2d2ed5 100644 --- a/src/requirements_dev.txt +++ b/src/requirements_dev.txt @@ -425,8 +425,9 @@ django-redis==5.4.0 \ --hash=sha256:6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42 \ --hash=sha256:ebc88df7da810732e2af9987f7f426c96204bf89319df4c6da6ca9a2942edd5b # via -r ./requirements.in -django-vectortiles==0.2.0 \ - --hash=sha256:9710492bb77328b202dcbd889b65f9d08807e7dc061a5593d86cfbf1ea545caf +django-vectortiles==1.0.0 \ + --hash=sha256:c651cd5608b564e4d2df50e58fab8d44c970182fb34d898e1d8aafd9a13c8179 \ + --hash=sha256:ec08c224469ce0ba24fe6ea1dc5e28e55378bba3834aa7eca9280baf0b0bde4a # via -r ./requirements.in djangorestframework==3.15.2 \ --hash=sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20 \