Skip to content

Commit

Permalink
upgrade to schematools 6.1.1 for fixing "schema permissions apply"
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 2, 2024
1 parent 6af7590 commit 8d77c62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-vectortiles == 0.2.0
djangorestframework == 3.15.2
djangorestframework-csv == 3.0.2
djangorestframework-gis == 1.1
amsterdam-schema-tools[django] == 6.1
amsterdam-schema-tools[django] == 6.1.1
datadiensten-apikeyclient == 0.6.0
datapunt-authorization-django==1.3.3
drf-spectacular == 0.27.2
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --generate-hashes --output-file=requirements.txt --resolver=legacy requirements.in
#
amsterdam-schema-tools[django]==6.1 \
--hash=sha256:18f0135f3e582aa725da42c43ec349bb7a27a4a376151c8c6387a314a38097b9 \
--hash=sha256:a4a21ce1c607162512bb4213c2ac28cd357f0e5c8121acb58b03b0bb4024b328
amsterdam-schema-tools[django]==6.1.1 \
--hash=sha256:69d71adc49540ddc59172b7e5093dd1bae654a80481652f7cffa3f64badbcd9b \
--hash=sha256:dc503ae694a9b35b86709ee5a546145c5fa323abbae950e3f7584b92131473ff
# via -r requirements.in
argparse==1.4.0 \
--hash=sha256:62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4 \
Expand Down
6 changes: 3 additions & 3 deletions src/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --generate-hashes --output-file=requirements_dev.txt --resolver=legacy requirements_dev.in
#
amsterdam-schema-tools[django]==6.1 \
--hash=sha256:18f0135f3e582aa725da42c43ec349bb7a27a4a376151c8c6387a314a38097b9 \
--hash=sha256:a4a21ce1c607162512bb4213c2ac28cd357f0e5c8121acb58b03b0bb4024b328
amsterdam-schema-tools[django]==6.1.1 \
--hash=sha256:69d71adc49540ddc59172b7e5093dd1bae654a80481652f7cffa3f64badbcd9b \
--hash=sha256:dc503ae694a9b35b86709ee5a546145c5fa323abbae950e3f7584b92131473ff
# via -r ./requirements.in
argparse==1.4.0 \
--hash=sha256:62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4 \
Expand Down

0 comments on commit 8d77c62

Please sign in to comment.