-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Output format of MVT mapbox tiles changed to newer format. * Fixed Http404 error, should be NotFound anyway in DRF views. * Fixed ChunkedQuerySetIterator, since Django 4.2 already does parts of this internally now.
- Loading branch information
Showing
10 changed files
with
2,403 additions
and
2,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,56 @@ | ||
Django == 3.2.25 | ||
django-environ == 0.9.0 | ||
django-cors-headers == 3.13.0 | ||
Django == 4.2.14 | ||
django-environ == 0.11.2 | ||
django-cors-headers == 4.4.0 | ||
django-healthchecks == 1.5.0 | ||
django-postgres-unlimited-varchar == 1.1.2 | ||
django-redis == 5.4.0 | ||
django-gisserver == 1.4.0 | ||
django-vectortiles == 0.2.0 | ||
djangorestframework == 3.14.0 | ||
djangorestframework-csv == 2.1.1 | ||
djangorestframework == 3.15.2 | ||
djangorestframework-csv == 3.0.2 | ||
djangorestframework-gis == 1.0 | ||
amsterdam-schema-tools[django] == 6.0 | ||
datadiensten-apikeyclient == 0.5.0 | ||
amsterdam-schema-tools[django] == 6.0.1 | ||
datadiensten-apikeyclient == 0.6.0 | ||
datapunt-authorization-django==1.3.3 | ||
drf-spectacular == 0.25.1 | ||
Geoalchemy2 == 0.11.1 | ||
importlib-metadata == 6.0.0 | ||
importlib-resources == 5.10.2 | ||
jsonschema == 4.17.3 | ||
lru_dict == 1.1.8 | ||
Markdown == 3.4.3 | ||
drf-spectacular == 0.27.2 | ||
Geoalchemy2 == 0.15.2 | ||
importlib-metadata == 8.0.0 | ||
importlib-resources == 6.4.0 | ||
jsonschema == 4.23.0 | ||
lru_dict == 1.3.0 | ||
Markdown == 3.6 | ||
more-ds == 0.0.6 | ||
more-itertools == 9.1.0 | ||
openapi-spec-validator == 0.5.2 | ||
opencensus-ext-azure >= 1.1.* | ||
opencensus-ext-django >= 0.8.* | ||
opencensus-ext-logging >= 0.1.* | ||
orjson == 3.9.15 | ||
more-itertools == 10.3.0 | ||
openapi-spec-validator == 0.7.1 | ||
opencensus-ext-azure >= 1.1.13 | ||
opencensus-ext-django >= 0.8 | ||
opencensus-ext-logging >= 0.1.1 | ||
orjson == 3.10.6 | ||
python-string-utils == 1.0.0 | ||
requests == 2.32.2 | ||
sentry-sdk == 1.14.0 | ||
urllib3 == 1.26.19 | ||
requests == 2.32.3 | ||
sentry-sdk == 2.10.0 | ||
urllib3 == 2.2.2 | ||
urllib3-mock == 0.3.3 | ||
whitenoise == 6.4.0 | ||
zipp == 3.19.1 | ||
whitenoise == 6.7.0 | ||
zipp == 3.19.2 | ||
|
||
# Packaging | ||
pur == 7.0.0 | ||
pur == 7.3.2 | ||
|
||
# Monitoring | ||
uwsgitop == 0.11 | ||
uwsgitop == 0.12 | ||
uwsgi-readiness-check == 0.2.0 | ||
|
||
# Testing | ||
bandit == 1.7.4 | ||
cryptography >= 41.0.2 | ||
flake8 == 5.0.4 | ||
bandit == 1.7.9 | ||
cryptography >= 42.0.8 | ||
flake8 == 7.1.0 | ||
flake8-blind-except == 0.2.1 | ||
flake8-colors == 0.1.9 | ||
flake8-debugger == 4.1.2 | ||
flake8-raise == 0.0.5 | ||
mapbox-vector-tile == 1.2.1 | ||
pytest == 7.2.1 | ||
pytest-django == 4.5.2 | ||
pytest-cov == 4.0.0 | ||
python-owasp-zap-v2.4 == 0.0.21 | ||
|
||
protobuf ~= 3.20.1 # for mapbox-vector-tile | ||
mapbox-vector-tile == 2.1.0 | ||
pytest == 8.2.2 | ||
pytest-django == 4.8.0 | ||
pytest-cov == 5.0.0 | ||
python-owasp-zap-v2.4 == 0.1.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-r ./requirements.in | ||
|
||
black==24.3.0 | ||
ruff==0.5.0 | ||
pytest-sugar==0.9.6 | ||
termcolor==2.0.1 | ||
pre-commit==2.20.0 | ||
django-debug-toolbar==3.7.0 | ||
django-extensions==3.2.1 | ||
pip-tools==7.1.0 | ||
tomli==1.1.0 | ||
black==24.4.2 | ||
ruff==0.5.2 | ||
pytest-sugar==1.0.0 | ||
termcolor==2.4.0 | ||
pre-commit==3.7.1 | ||
django-debug-toolbar==4.4.6 | ||
django-extensions==3.2.3 | ||
pip-tools==7.4.1 | ||
tomli==2.0.1 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters