Skip to content

Commit b92a0a6

Browse files
committed
[#66] update commonground-api-common version
1 parent 920d96d commit b92a0a6

File tree

4 files changed

+17
-37
lines changed

4 files changed

+17
-37
lines changed

requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
open-api-framework
22

3-
git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
3+
commonground-api-common>=2.0.1

requirements/base.txt

+4-10
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ click-plugins==1.1.1
5959
# via celery
6060
click-repl==0.3.0
6161
# via celery
62-
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
62+
commonground-api-common==2.0.1
6363
# via
6464
# -r requirements/base.in
6565
# open-api-framework
@@ -111,7 +111,6 @@ django==4.2.15
111111
# notifications-api-common
112112
# open-api-framework
113113
# zgw-consumers
114-
# zgw-consumers-oas
115114
django-admin-index==3.1.1
116115
# via open-api-framework
117116
django-appconf==1.0.6
@@ -199,8 +198,6 @@ elastic-apm==6.23.0
199198
# via open-api-framework
200199
face==20.1.1
201200
# via glom
202-
faker==32.1.0
203-
# via zgw-consumers-oas
204201
flower==2.0.1
205202
# via open-api-framework
206203
furl==2.1.3
@@ -273,7 +270,6 @@ python-dateutil==2.9.0.post0
273270
# via
274271
# celery
275272
# django-relativedelta
276-
# faker
277273
python-decouple==3.8
278274
# via open-api-framework
279275
python-dotenv==1.0.1
@@ -287,7 +283,6 @@ pyyaml==6.0.1
287283
# drf-spectacular
288284
# drf-yasg
289285
# oyaml
290-
# zgw-consumers-oas
291286
qrcode==7.4.2
292287
# via django-two-factor-auth
293288
redis==5.0.8
@@ -304,7 +299,10 @@ requests==2.32.3
304299
# django-log-outgoing-requests
305300
# mozilla-django-oidc
306301
# open-api-framework
302+
# requests-mock
307303
# zgw-consumers
304+
requests-mock==1.12.1
305+
# via commonground-api-common
308306
rpds-py==0.19.1
309307
# via
310308
# jsonschema
@@ -324,11 +322,9 @@ tornado==6.4.1
324322
# via flower
325323
typing-extensions==4.12.2
326324
# via
327-
# faker
328325
# mozilla-django-oidc-db
329326
# qrcode
330327
# zgw-consumers
331-
# zgw-consumers-oas
332328
tzdata==2024.1
333329
# via celery
334330
uritemplate==4.1.1
@@ -361,5 +357,3 @@ zgw-consumers==0.35.1
361357
# commonground-api-common
362358
# notifications-api-common
363359
# open-api-framework
364-
zgw-consumers-oas==1.0.0
365-
# via commonground-api-common

requirements/ci.txt

+6-13
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ click-repl==0.3.0
9999
# celery
100100
codecov==2.1.13
101101
# via -r requirements/ci.in
102-
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
102+
commonground-api-common==2.0.1
103103
# via
104104
# -r requirements/base.txt
105105
# open-api-framework
@@ -165,7 +165,6 @@ django==4.2.15
165165
# notifications-api-common
166166
# open-api-framework
167167
# zgw-consumers
168-
# zgw-consumers-oas
169168
django-admin-index==3.1.1
170169
# via
171170
# -r requirements/base.txt
@@ -327,10 +326,7 @@ face==20.1.1
327326
factory-boy==3.3.0
328327
# via -r requirements/test-tools.in
329328
faker==32.1.0
330-
# via
331-
# -r requirements/base.txt
332-
# factory-boy
333-
# zgw-consumers-oas
329+
# via factory-boy
334330
flake8==7.1.0
335331
# via -r requirements/test-tools.in
336332
flower==2.0.1
@@ -536,7 +532,6 @@ pyyaml==6.0.1
536532
# drf-yasg
537533
# oyaml
538534
# vcrpy
539-
# zgw-consumers-oas
540535
qrcode==7.4.2
541536
# via
542537
# -r requirements/base.txt
@@ -566,7 +561,10 @@ requests==2.32.3
566561
# sphinx
567562
# zgw-consumers
568563
requests-mock==1.12.1
569-
# via -r requirements/test-tools.in
564+
# via
565+
# -r requirements/base.txt
566+
# -r requirements/test-tools.in
567+
# commonground-api-common
570568
rpds-py==0.19.1
571569
# via
572570
# -r requirements/base.txt
@@ -634,7 +632,6 @@ typing-extensions==4.12.2
634632
# mozilla-django-oidc-db
635633
# qrcode
636634
# zgw-consumers
637-
# zgw-consumers-oas
638635
tzdata==2024.1
639636
# via
640637
# -r requirements/base.txt
@@ -696,7 +693,3 @@ zgw-consumers==0.35.1
696693
# commonground-api-common
697694
# notifications-api-common
698695
# open-api-framework
699-
zgw-consumers-oas==1.0.0
700-
# via
701-
# -r requirements/base.txt
702-
# commonground-api-common

requirements/dev.txt

+6-13
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ click-repl==0.3.0
100100
# via
101101
# -r requirements/base.txt
102102
# celery
103-
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
103+
commonground-api-common==2.0.1
104104
# via
105105
# -r requirements/base.txt
106106
# open-api-framework
@@ -166,7 +166,6 @@ django==4.2.15
166166
# notifications-api-common
167167
# open-api-framework
168168
# zgw-consumers
169-
# zgw-consumers-oas
170169
django-admin-index==3.1.1
171170
# via
172171
# -r requirements/base.txt
@@ -332,10 +331,7 @@ face==20.1.1
332331
factory-boy==3.3.0
333332
# via -r requirements/test-tools.in
334333
faker==32.1.0
335-
# via
336-
# -r requirements/base.txt
337-
# factory-boy
338-
# zgw-consumers-oas
334+
# via factory-boy
339335
flake8==7.1.0
340336
# via -r requirements/test-tools.in
341337
flower==2.0.1
@@ -545,7 +541,6 @@ pyyaml==6.0.1
545541
# drf-yasg
546542
# oyaml
547543
# vcrpy
548-
# zgw-consumers-oas
549544
qrcode==7.4.2
550545
# via
551546
# -r requirements/base.txt
@@ -574,7 +569,10 @@ requests==2.32.3
574569
# sphinx
575570
# zgw-consumers
576571
requests-mock==1.12.1
577-
# via -r requirements/test-tools.in
572+
# via
573+
# -r requirements/base.txt
574+
# -r requirements/test-tools.in
575+
# commonground-api-common
578576
rpds-py==0.19.1
579577
# via
580578
# -r requirements/base.txt
@@ -645,7 +643,6 @@ typing-extensions==4.12.2
645643
# mozilla-django-oidc-db
646644
# qrcode
647645
# zgw-consumers
648-
# zgw-consumers-oas
649646
tzdata==2024.1
650647
# via
651648
# -r requirements/base.txt
@@ -709,10 +706,6 @@ zgw-consumers==0.35.1
709706
# commonground-api-common
710707
# notifications-api-common
711708
# open-api-framework
712-
zgw-consumers-oas==1.0.0
713-
# via
714-
# -r requirements/base.txt
715-
# commonground-api-common
716709

717710
# The following packages are considered to be unsafe in a requirements file:
718711
# pip

0 commit comments

Comments
 (0)