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

[#66] update zgw-consumers #278

Merged
merged 5 commits into from
Nov 29, 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
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
amqp==5.2.0
# via kombu
ape-pie==0.2.0
# via zgw-consumers
# via
# commonground-api-common
# notifications-api-common
# zgw-consumers
asgiref==3.8.1
# via
# django
Expand Down Expand Up @@ -56,7 +59,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
commonground-api-common==1.13.4
commonground-api-common==2.1.2
# via open-api-framework
coreapi==2.3.3
# via commonground-api-common
Expand Down Expand Up @@ -197,10 +200,6 @@ flower==2.0.1
# via open-api-framework
furl==2.1.3
# via ape-pie
gemma-zds-client==2.0.0
# via
# commonground-api-common
# notifications-api-common
glom==23.5.0
# via mozilla-django-oidc-db
humanize==4.10.0
Expand Down Expand Up @@ -235,7 +234,7 @@ mozilla-django-oidc==4.0.1
# via mozilla-django-oidc-db
mozilla-django-oidc-db==0.19.0
# via open-api-framework
notifications-api-common==0.2.2
notifications-api-common==0.3.1
# via commonground-api-common
open-api-framework==0.9.0
# via -r requirements/base.in
Expand All @@ -258,7 +257,6 @@ pycparser==2.22
pyjwt==2.9.0
# via
# commonground-api-common
# gemma-zds-client
# zgw-consumers
pyopenssl==24.2.1
# via
Expand All @@ -282,7 +280,6 @@ pyyaml==6.0.1
# via
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
qrcode==7.4.2
# via django-two-factor-auth
Expand All @@ -298,10 +295,12 @@ requests==2.32.3
# commonground-api-common
# coreapi
# django-log-outgoing-requests
# gemma-zds-client
# mozilla-django-oidc
# open-api-framework
# requests-mock
# zgw-consumers
requests-mock==1.12.1
# via commonground-api-common
rpds-py==0.19.1
# via
# jsonschema
Expand Down Expand Up @@ -351,7 +350,8 @@ webencodings==0.5.1
# via bleach
wrapt==1.16.0
# via elastic-apm
zgw-consumers==0.34.0
zgw-consumers==0.35.1
# via
# commonground-api-common
# notifications-api-common
# open-api-framework
25 changes: 12 additions & 13 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ amqp==5.2.0
ape-pie==0.2.0
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
# zgw-consumers
asgiref==3.8.1
# via
Expand Down Expand Up @@ -97,7 +99,7 @@ click-repl==0.3.0
# celery
codecov==2.1.13
# via -r requirements/ci.in
commonground-api-common==1.13.4
commonground-api-common==2.1.2
# via
# -r requirements/base.txt
# open-api-framework
Expand Down Expand Up @@ -323,7 +325,7 @@ face==20.1.1
# glom
factory-boy==3.3.0
# via -r requirements/test-tools.in
faker==26.1.0
faker==32.1.0
# via factory-boy
flake8==7.1.0
# via -r requirements/test-tools.in
Expand All @@ -337,11 +339,6 @@ furl==2.1.3
# via
# -r requirements/base.txt
# ape-pie
gemma-zds-client==2.0.0
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
glom==23.5.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -429,7 +426,7 @@ multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
# via black
notifications-api-common==0.2.2
notifications-api-common==0.3.1
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -492,7 +489,6 @@ pyjwt==2.9.0
# via
# -r requirements/base.txt
# commonground-api-common
# gemma-zds-client
# zgw-consumers
pylint==3.2.6
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -534,7 +530,6 @@ pyyaml==6.0.1
# -r requirements/base.txt
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
# vcrpy
qrcode==7.4.2
Expand All @@ -560,14 +555,16 @@ requests==2.32.3
# commonground-api-common
# coreapi
# django-log-outgoing-requests
# gemma-zds-client
# mozilla-django-oidc
# open-api-framework
# requests-mock
# sphinx
# zgw-consumers
requests-mock==1.12.1
# via -r requirements/test-tools.in
# via
# -r requirements/base.txt
# -r requirements/test-tools.in
# commonground-api-common
rpds-py==0.19.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -631,6 +628,7 @@ tornado==6.4.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# faker
# mozilla-django-oidc-db
# qrcode
# zgw-consumers
Expand Down Expand Up @@ -689,8 +687,9 @@ wrapt==1.16.0
# vcrpy
yarl==1.9.4
# via vcrpy
zgw-consumers==0.34.0
zgw-consumers==0.35.1
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
# open-api-framework
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ amqp==5.2.0
ape-pie==0.2.0
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
# zgw-consumers
asgiref==3.8.1
# via
Expand Down Expand Up @@ -100,7 +102,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
commonground-api-common==1.13.4
commonground-api-common==2.1.2
# via
# -r requirements/base.txt
# open-api-framework
Expand Down Expand Up @@ -330,7 +332,7 @@ face==20.1.1
# glom
factory-boy==3.3.0
# via -r requirements/test-tools.in
faker==26.1.0
faker==32.1.0
# via factory-boy
flake8==7.1.0
# via -r requirements/test-tools.in
Expand All @@ -344,11 +346,6 @@ furl==2.1.3
# via
# -r requirements/base.txt
# ape-pie
gemma-zds-client==2.0.0
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
Expand Down Expand Up @@ -438,7 +435,7 @@ multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
# via black
notifications-api-common==0.2.2
notifications-api-common==0.3.1
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -501,7 +498,6 @@ pyjwt==2.9.0
# via
# -r requirements/base.txt
# commonground-api-common
# gemma-zds-client
# zgw-consumers
pylint==3.2.6
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -545,7 +541,6 @@ pyyaml==6.0.1
# -r requirements/base.txt
# drf-spectacular
# drf-yasg
# gemma-zds-client
# oyaml
# vcrpy
qrcode==7.4.2
Expand All @@ -570,14 +565,16 @@ requests==2.32.3
# commonground-api-common
# coreapi
# django-log-outgoing-requests
# gemma-zds-client
# mozilla-django-oidc
# open-api-framework
# requests-mock
# sphinx
# zgw-consumers
requests-mock==1.12.1
# via -r requirements/test-tools.in
# via
# -r requirements/base.txt
# -r requirements/test-tools.in
# commonground-api-common
rpds-py==0.19.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -644,6 +641,7 @@ tornado==6.4.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# faker
# mozilla-django-oidc-db
# qrcode
# zgw-consumers
Expand Down Expand Up @@ -704,9 +702,10 @@ wrapt==1.16.0
# vcrpy
yarl==1.9.4
# via vcrpy
zgw-consumers==0.34.0
zgw-consumers==0.35.1
# via
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
# open-api-framework

Expand Down
1 change: 0 additions & 1 deletion src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,6 @@ components:
maxLength: 40
required:
- adres
- omschrijving
- soortDigitaalAdres
- url
- uuid
Expand Down