Skip to content

Commit

Permalink
Bump Django for security and django-gisserver for PROPERTYNAME suppor…
Browse files Browse the repository at this point in the history
…t and 3-geometry ST_Union fix (#914)
  • Loading branch information
vdboor authored Dec 11, 2024
1 parent ea7df39 commit 5904619
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/dso_api/dynamic_api/views/wfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def check_permissions(self, request):
# If the main geometry is hidden behind an access scope,
# accessing the WFS feature is moot (and risks exposure through direct model access)
if not self.geometry_fields:
raise PermissionDenied("typeNames")
raise PermissionDenied(locator="typeNames")

def get_queryset(self) -> models.QuerySet:
# Only return active objects for now.
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Django == 4.2.16
Django == 4.2.17
django-environ == 0.11.2
django-cors-headers == 4.6.0
django-healthchecks == 1.5.0
django-postgres-unlimited-varchar == 1.1.2
django-redis == 5.4.0
django-gisserver == 1.4.1
django-gisserver == 1.5.0
django-vectortiles == 1.0.1
djangorestframework == 3.15.2
djangorestframework-csv == 3.0.2
Expand Down
14 changes: 7 additions & 7 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements.txt --resolver=legacy requirements.in
Expand Down Expand Up @@ -384,9 +384,9 @@ deprecated==1.2.14 \
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
django==4.2.16 \
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
django==4.2.17 \
--hash=sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0 \
--hash=sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc
# via
# -r requirements.in
# amsterdam-schema-tools
Expand Down Expand Up @@ -418,9 +418,9 @@ django-filter==24.3 \
--hash=sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64 \
--hash=sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3
# via djangorestframework-gis
django-gisserver==1.4.1 \
--hash=sha256:2ce649a501ff13e31222d052e367aaee1a0f6e8e4d192eece2b2b7ba92174b25 \
--hash=sha256:6c58f5e1d7d6e8ff56bd7102126ddff2728690f7292a280f8b611e8a14417295
django-gisserver==1.5.0 \
--hash=sha256:a43530707d4cb74258a2ccfff01df6a6c26a44a3739e9572e65f9f966ec0228d \
--hash=sha256:c9d8ee24e2f971857689df5c643de779894a9dfc76d851798560c3552c6fbc25
# via
# -r requirements.in
# amsterdam-schema-tools
Expand Down
Loading

0 comments on commit 5904619

Please sign in to comment.