Skip to content

Commit 931d93f

Browse files
committed
[#66] update commonground-api-common version
1 parent e667b3b commit 931d93f

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
@@ -102,7 +102,7 @@ click-repl==0.3.0
102102
# via
103103
# -r requirements/base.txt
104104
# celery
105-
commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common@feature/update-notifs-client
105+
commonground-api-common==2.0.1
106106
# via
107107
# -r requirements/base.txt
108108
# open-api-framework
@@ -168,7 +168,6 @@ django==4.2.15
168168
# notifications-api-common
169169
# open-api-framework
170170
# zgw-consumers
171-
# zgw-consumers-oas
172171
django-admin-index==3.1.1
173172
# via
174173
# -r requirements/base.txt
@@ -334,10 +333,7 @@ face==20.1.1
334333
factory-boy==3.3.0
335334
# via -r requirements/test-tools.in
336335
faker==32.1.0
337-
# via
338-
# -r requirements/base.txt
339-
# factory-boy
340-
# zgw-consumers-oas
336+
# via factory-boy
341337
flake8==7.1.0
342338
# via -r requirements/test-tools.in
343339
flower==2.0.1
@@ -547,7 +543,6 @@ pyyaml==6.0.1
547543
# drf-yasg
548544
# oyaml
549545
# vcrpy
550-
# zgw-consumers-oas
551546
qrcode==7.4.2
552547
# via
553548
# -r requirements/base.txt
@@ -576,7 +571,10 @@ requests==2.32.3
576571
# sphinx
577572
# zgw-consumers
578573
requests-mock==1.12.1
579-
# via -r requirements/test-tools.in
574+
# via
575+
# -r requirements/base.txt
576+
# -r requirements/test-tools.in
577+
# commonground-api-common
580578
rpds-py==0.19.1
581579
# via
582580
# -r requirements/base.txt
@@ -647,7 +645,6 @@ typing-extensions==4.12.2
647645
# mozilla-django-oidc-db
648646
# qrcode
649647
# zgw-consumers
650-
# zgw-consumers-oas
651648
tzdata==2024.1
652649
# via
653650
# -r requirements/base.txt
@@ -711,10 +708,6 @@ zgw-consumers==0.35.1
711708
# commonground-api-common
712709
# notifications-api-common
713710
# open-api-framework
714-
zgw-consumers-oas==1.0.0
715-
# via
716-
# -r requirements/base.txt
717-
# commonground-api-common
718711

719712
# The following packages are considered to be unsafe in a requirements file:
720713
# pip

0 commit comments

Comments
 (0)