Skip to content

Commit adb410f

Browse files
committed
[#66] update oaf
1 parent 7a6a8bc commit adb410f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

requirements/base.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ django==4.2.15
9494
# django-relativedelta
9595
# django-rest-framework-condition
9696
# django-sendfile2
97+
# django-sessionprofile
9798
# django-setup-configuration
9899
# django-simple-certmanager
99100
# django-solo
@@ -151,6 +152,8 @@ django-rest-framework-condition==0.1.1
151152
# via commonground-api-common
152153
django-sendfile2==0.7.1
153154
# via django-privates
155+
django-sessionprofile==3.0.0
156+
# via open-api-framework
154157
django-setup-configuration==0.3.0
155158
# via open-api-framework
156159
django-simple-certmanager==2.3.0
@@ -238,7 +241,7 @@ mozilla-django-oidc-db==0.19.0
238241
# via open-api-framework
239242
notifications-api-common==0.3.0
240243
# via commonground-api-common
241-
open-api-framework==0.8.1
244+
open-api-framework==0.9.0
242245
# via -r requirements/base.in
243246
orderedmultidict==1.0.1
244247
# via furl

requirements/ci.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ django==4.2.15
148148
# django-relativedelta
149149
# django-rest-framework-condition
150150
# django-sendfile2
151+
# django-sessionprofile
151152
# django-setup-configuration
152153
# django-simple-certmanager
153154
# django-solo
@@ -239,6 +240,10 @@ django-sendfile2==0.7.1
239240
# via
240241
# -r requirements/base.txt
241242
# django-privates
243+
django-sessionprofile==3.0.0
244+
# via
245+
# -r requirements/base.txt
246+
# open-api-framework
242247
django-setup-configuration==0.3.0
243248
# via
244249
# -r requirements/base.txt
@@ -429,7 +434,7 @@ notifications-api-common==0.3.0
429434
# via
430435
# -r requirements/base.txt
431436
# commonground-api-common
432-
open-api-framework==0.8.1
437+
open-api-framework==0.9.0
433438
# via -r requirements/base.txt
434439
orderedmultidict==1.0.1
435440
# via

requirements/dev.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ django==4.2.15
149149
# django-relativedelta
150150
# django-rest-framework-condition
151151
# django-sendfile2
152+
# django-sessionprofile
152153
# django-setup-configuration
153154
# django-simple-certmanager
154155
# django-solo
@@ -244,6 +245,10 @@ django-sendfile2==0.7.1
244245
# via
245246
# -r requirements/base.txt
246247
# django-privates
248+
django-sessionprofile==3.0.0
249+
# via
250+
# -r requirements/base.txt
251+
# open-api-framework
247252
django-setup-configuration==0.3.0
248253
# via
249254
# -r requirements/base.txt
@@ -436,7 +441,7 @@ notifications-api-common==0.3.0
436441
# via
437442
# -r requirements/base.txt
438443
# commonground-api-common
439-
open-api-framework==0.8.1
444+
open-api-framework==0.9.0
440445
# via -r requirements/base.txt
441446
orderedmultidict==1.0.1
442447
# via

0 commit comments

Comments
 (0)