Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to schematools 6.1.1 for fixing "schema permissions apply" #892

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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