Skip to content

Commit e667b3b

Browse files
committed
[#66] update zgw-consumers
1 parent d55e4c6 commit e667b3b

File tree

4 files changed

+60
-38
lines changed

4 files changed

+60
-38
lines changed

requirements/base.in

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
open-api-framework
2+
3+
git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client

requirements/base.txt

+20-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
amqp==5.2.0
88
# via kombu
99
ape-pie==0.2.0
10-
# via zgw-consumers
10+
# via
11+
# commonground-api-common
12+
# notifications-api-common
13+
# zgw-consumers
1114
asgiref==3.8.1
1215
# via
1316
# django
@@ -56,8 +59,10 @@ click-plugins==1.1.1
5659
# via celery
5760
click-repl==0.3.0
5861
# via celery
59-
commonground-api-common==1.13.4
60-
# via open-api-framework
62+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
63+
# via
64+
# -r requirements/base.in
65+
# open-api-framework
6166
coreapi==2.3.3
6267
# via commonground-api-common
6368
coreschema==0.0.4
@@ -106,6 +111,7 @@ django==4.2.15
106111
# notifications-api-common
107112
# open-api-framework
108113
# zgw-consumers
114+
# zgw-consumers-oas
109115
django-admin-index==3.1.1
110116
# via open-api-framework
111117
django-appconf==1.0.6
@@ -193,14 +199,12 @@ elastic-apm==6.23.0
193199
# via open-api-framework
194200
face==20.1.1
195201
# via glom
202+
faker==32.1.0
203+
# via zgw-consumers-oas
196204
flower==2.0.1
197205
# via open-api-framework
198206
furl==2.1.3
199207
# via ape-pie
200-
gemma-zds-client==2.0.0
201-
# via
202-
# commonground-api-common
203-
# notifications-api-common
204208
glom==23.5.0
205209
# via mozilla-django-oidc-db
206210
humanize==4.10.0
@@ -235,7 +239,7 @@ mozilla-django-oidc==4.0.1
235239
# via mozilla-django-oidc-db
236240
mozilla-django-oidc-db==0.19.0
237241
# via open-api-framework
238-
notifications-api-common==0.2.2
242+
notifications-api-common==0.3.0
239243
# via commonground-api-common
240244
open-api-framework==0.9.0
241245
# via -r requirements/base.in
@@ -258,7 +262,6 @@ pycparser==2.22
258262
pyjwt==2.9.0
259263
# via
260264
# commonground-api-common
261-
# gemma-zds-client
262265
# zgw-consumers
263266
pyopenssl==24.2.1
264267
# via
@@ -270,6 +273,7 @@ python-dateutil==2.9.0.post0
270273
# via
271274
# celery
272275
# django-relativedelta
276+
# faker
273277
python-decouple==3.8
274278
# via open-api-framework
275279
python-dotenv==1.0.1
@@ -282,8 +286,8 @@ pyyaml==6.0.1
282286
# via
283287
# drf-spectacular
284288
# drf-yasg
285-
# gemma-zds-client
286289
# oyaml
290+
# zgw-consumers-oas
287291
qrcode==7.4.2
288292
# via django-two-factor-auth
289293
redis==5.0.8
@@ -298,7 +302,6 @@ requests==2.32.3
298302
# commonground-api-common
299303
# coreapi
300304
# django-log-outgoing-requests
301-
# gemma-zds-client
302305
# mozilla-django-oidc
303306
# open-api-framework
304307
# zgw-consumers
@@ -321,9 +324,11 @@ tornado==6.4.1
321324
# via flower
322325
typing-extensions==4.12.2
323326
# via
327+
# faker
324328
# mozilla-django-oidc-db
325329
# qrcode
326330
# zgw-consumers
331+
# zgw-consumers-oas
327332
tzdata==2024.1
328333
# via celery
329334
uritemplate==4.1.1
@@ -351,7 +356,10 @@ webencodings==0.5.1
351356
# via bleach
352357
wrapt==1.16.0
353358
# via elastic-apm
354-
zgw-consumers==0.34.0
359+
zgw-consumers==0.35.1
355360
# via
361+
# commonground-api-common
356362
# notifications-api-common
357363
# open-api-framework
364+
zgw-consumers-oas==1.0.0
365+
# via commonground-api-common

requirements/ci.txt

+19-13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ amqp==5.2.0
1313
ape-pie==0.2.0
1414
# via
1515
# -r requirements/base.txt
16+
# commonground-api-common
17+
# notifications-api-common
1618
# zgw-consumers
1719
asgiref==3.8.1
1820
# via
@@ -97,7 +99,7 @@ click-repl==0.3.0
9799
# celery
98100
codecov==2.1.13
99101
# via -r requirements/ci.in
100-
commonground-api-common==1.13.4
102+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
101103
# via
102104
# -r requirements/base.txt
103105
# open-api-framework
@@ -163,6 +165,7 @@ django==4.2.15
163165
# notifications-api-common
164166
# open-api-framework
165167
# zgw-consumers
168+
# zgw-consumers-oas
166169
django-admin-index==3.1.1
167170
# via
168171
# -r requirements/base.txt
@@ -323,8 +326,11 @@ face==20.1.1
323326
# glom
324327
factory-boy==3.3.0
325328
# via -r requirements/test-tools.in
326-
faker==26.1.0
327-
# via factory-boy
329+
faker==32.1.0
330+
# via
331+
# -r requirements/base.txt
332+
# factory-boy
333+
# zgw-consumers-oas
328334
flake8==7.1.0
329335
# via -r requirements/test-tools.in
330336
flower==2.0.1
@@ -337,11 +343,6 @@ furl==2.1.3
337343
# via
338344
# -r requirements/base.txt
339345
# ape-pie
340-
gemma-zds-client==2.0.0
341-
# via
342-
# -r requirements/base.txt
343-
# commonground-api-common
344-
# notifications-api-common
345346
glom==23.5.0
346347
# via
347348
# -r requirements/base.txt
@@ -429,7 +430,7 @@ multidict==6.0.5
429430
# via yarl
430431
mypy-extensions==1.0.0
431432
# via black
432-
notifications-api-common==0.2.2
433+
notifications-api-common==0.3.0
433434
# via
434435
# -r requirements/base.txt
435436
# commonground-api-common
@@ -492,7 +493,6 @@ pyjwt==2.9.0
492493
# via
493494
# -r requirements/base.txt
494495
# commonground-api-common
495-
# gemma-zds-client
496496
# zgw-consumers
497497
pylint==3.2.6
498498
# via -r requirements/test-tools.in
@@ -534,9 +534,9 @@ pyyaml==6.0.1
534534
# -r requirements/base.txt
535535
# drf-spectacular
536536
# drf-yasg
537-
# gemma-zds-client
538537
# oyaml
539538
# vcrpy
539+
# zgw-consumers-oas
540540
qrcode==7.4.2
541541
# via
542542
# -r requirements/base.txt
@@ -560,7 +560,6 @@ requests==2.32.3
560560
# commonground-api-common
561561
# coreapi
562562
# django-log-outgoing-requests
563-
# gemma-zds-client
564563
# mozilla-django-oidc
565564
# open-api-framework
566565
# requests-mock
@@ -631,9 +630,11 @@ tornado==6.4.1
631630
typing-extensions==4.12.2
632631
# via
633632
# -r requirements/base.txt
633+
# faker
634634
# mozilla-django-oidc-db
635635
# qrcode
636636
# zgw-consumers
637+
# zgw-consumers-oas
637638
tzdata==2024.1
638639
# via
639640
# -r requirements/base.txt
@@ -689,8 +690,13 @@ wrapt==1.16.0
689690
# vcrpy
690691
yarl==1.9.4
691692
# via vcrpy
692-
zgw-consumers==0.34.0
693+
zgw-consumers==0.35.1
693694
# via
694695
# -r requirements/base.txt
696+
# commonground-api-common
695697
# notifications-api-common
696698
# open-api-framework
699+
zgw-consumers-oas==1.0.0
700+
# via
701+
# -r requirements/base.txt
702+
# commonground-api-common

requirements/dev.txt

+19-13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ amqp==5.2.0
1313
ape-pie==0.2.0
1414
# via
1515
# -r requirements/base.txt
16+
# commonground-api-common
17+
# notifications-api-common
1618
# zgw-consumers
1719
asgiref==3.8.1
1820
# via
@@ -100,7 +102,7 @@ click-repl==0.3.0
100102
# via
101103
# -r requirements/base.txt
102104
# celery
103-
commonground-api-common==1.13.4
105+
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
104106
# via
105107
# -r requirements/base.txt
106108
# open-api-framework
@@ -166,6 +168,7 @@ django==4.2.15
166168
# notifications-api-common
167169
# open-api-framework
168170
# zgw-consumers
171+
# zgw-consumers-oas
169172
django-admin-index==3.1.1
170173
# via
171174
# -r requirements/base.txt
@@ -330,8 +333,11 @@ face==20.1.1
330333
# glom
331334
factory-boy==3.3.0
332335
# via -r requirements/test-tools.in
333-
faker==26.1.0
334-
# via factory-boy
336+
faker==32.1.0
337+
# via
338+
# -r requirements/base.txt
339+
# factory-boy
340+
# zgw-consumers-oas
335341
flake8==7.1.0
336342
# via -r requirements/test-tools.in
337343
flower==2.0.1
@@ -344,11 +350,6 @@ furl==2.1.3
344350
# via
345351
# -r requirements/base.txt
346352
# ape-pie
347-
gemma-zds-client==2.0.0
348-
# via
349-
# -r requirements/base.txt
350-
# commonground-api-common
351-
# notifications-api-common
352353
gitdb==4.0.11
353354
# via gitpython
354355
gitpython==3.1.43
@@ -438,7 +439,7 @@ multidict==6.0.5
438439
# via yarl
439440
mypy-extensions==1.0.0
440441
# via black
441-
notifications-api-common==0.2.2
442+
notifications-api-common==0.3.0
442443
# via
443444
# -r requirements/base.txt
444445
# commonground-api-common
@@ -501,7 +502,6 @@ pyjwt==2.9.0
501502
# via
502503
# -r requirements/base.txt
503504
# commonground-api-common
504-
# gemma-zds-client
505505
# zgw-consumers
506506
pylint==3.2.6
507507
# via -r requirements/test-tools.in
@@ -545,9 +545,9 @@ pyyaml==6.0.1
545545
# -r requirements/base.txt
546546
# drf-spectacular
547547
# drf-yasg
548-
# gemma-zds-client
549548
# oyaml
550549
# vcrpy
550+
# zgw-consumers-oas
551551
qrcode==7.4.2
552552
# via
553553
# -r requirements/base.txt
@@ -570,7 +570,6 @@ requests==2.32.3
570570
# commonground-api-common
571571
# coreapi
572572
# django-log-outgoing-requests
573-
# gemma-zds-client
574573
# mozilla-django-oidc
575574
# open-api-framework
576575
# requests-mock
@@ -644,9 +643,11 @@ tornado==6.4.1
644643
typing-extensions==4.12.2
645644
# via
646645
# -r requirements/base.txt
646+
# faker
647647
# mozilla-django-oidc-db
648648
# qrcode
649649
# zgw-consumers
650+
# zgw-consumers-oas
650651
tzdata==2024.1
651652
# via
652653
# -r requirements/base.txt
@@ -704,11 +705,16 @@ wrapt==1.16.0
704705
# vcrpy
705706
yarl==1.9.4
706707
# via vcrpy
707-
zgw-consumers==0.34.0
708+
zgw-consumers==0.35.1
708709
# via
709710
# -r requirements/base.txt
711+
# commonground-api-common
710712
# notifications-api-common
711713
# open-api-framework
714+
zgw-consumers-oas==1.0.0
715+
# via
716+
# -r requirements/base.txt
717+
# commonground-api-common
712718

713719
# The following packages are considered to be unsafe in a requirements file:
714720
# pip

0 commit comments

Comments
 (0)