Skip to content

Commit 38985e8

Browse files
⬆️ Update Open-API-Framework to 0.13.0
1 parent ae2ca7a commit 38985e8

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

requirements/base.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ django-axes==6.5.1
117117
# via open-api-framework
118118
django-cors-headers==4.4.0
119119
# via open-api-framework
120-
django-csp==3.8
120+
django-csp==4.0
121121
# via open-api-framework
122122
django-filter==24.2
123123
# via
@@ -249,14 +249,16 @@ notifications-api-common==0.7.3
249249
# via
250250
# -r requirements/base.in
251251
# commonground-api-common
252-
open-api-framework==0.12.0
252+
open-api-framework==0.13.0
253253
# via -r requirements/base.in
254254
orderedmultidict==1.0.1
255255
# via furl
256256
oyaml==1.0
257257
# via commonground-api-common
258258
packaging==25.0
259-
# via kombu
259+
# via
260+
# django-csp
261+
# kombu
260262
phonenumberslite==8.13.30
261263
# via django-two-factor-auth
262264
prometheus-client==0.20.0

requirements/ci.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ django-cors-headers==4.4.0
191191
# via
192192
# -c requirements/base.txt
193193
# -r requirements/base.txt
194-
django-csp==3.8
194+
django-csp==4.0
195195
# via
196196
# -c requirements/base.txt
197197
# -r requirements/base.txt
@@ -460,7 +460,7 @@ notifications-api-common==0.7.3
460460
# -c requirements/base.txt
461461
# -r requirements/base.txt
462462
# commonground-api-common
463-
open-api-framework==0.12.0
463+
open-api-framework==0.13.0
464464
# via
465465
# -c requirements/base.txt
466466
# -r requirements/base.txt
@@ -478,6 +478,7 @@ packaging==25.0
478478
# via
479479
# -c requirements/base.txt
480480
# -r requirements/base.txt
481+
# django-csp
481482
# kombu
482483
# pytest
483484
# sphinx

requirements/dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ django-cors-headers==4.4.0
231231
# via
232232
# -c requirements/ci.txt
233233
# -r requirements/ci.txt
234-
django-csp==3.8
234+
django-csp==4.0
235235
# via
236236
# -c requirements/ci.txt
237237
# -r requirements/ci.txt
@@ -556,7 +556,7 @@ notifications-api-common==0.7.3
556556
# -c requirements/ci.txt
557557
# -r requirements/ci.txt
558558
# commonground-api-common
559-
open-api-framework==0.12.0
559+
open-api-framework==0.13.0
560560
# via
561561
# -c requirements/ci.txt
562562
# -r requirements/ci.txt
@@ -575,6 +575,7 @@ packaging==25.0
575575
# -c requirements/ci.txt
576576
# -r requirements/ci.txt
577577
# build
578+
# django-csp
578579
# kombu
579580
# pytest
580581
# sphinx

0 commit comments

Comments
 (0)