Skip to content

Commit 80ca4e7

Browse files
author
Sonny Bakker
committed
[#21] pin open-api-framework to 0.5.0
1 parent 768102e commit 80ca4e7

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36#egg=open_api_framework
1+
open-api-framework
22
django-log-outgoing-requests

requirements/base.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ asgiref==3.8.1
1414
# django-cors-headers
1515
asn1crypto==1.5.1
1616
# via webauthn
17+
async-timeout==4.0.3
18+
# via redis
1719
attrs==23.2.0
1820
# via
1921
# glom
@@ -229,7 +231,7 @@ mozilla-django-oidc-db==0.15.0
229231
# via open-api-framework
230232
notifications-api-common==0.2.2
231233
# via commonground-api-common
232-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
234+
open-api-framework==0.5.0
233235
# via -r requirements/base.in
234236
orderedmultidict==1.0.1
235237
# via furl

requirements/ci.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ asn1crypto==1.5.1
2929
# webauthn
3030
astroid==3.1.0
3131
# via pylint
32+
async-timeout==4.0.3
33+
# via
34+
# -c requirements/base.txt
35+
# -r requirements/base.txt
36+
# redis
3237
attrs==23.2.0
3338
# via
3439
# -c requirements/base.txt
@@ -479,7 +484,7 @@ notifications-api-common==0.2.2
479484
# -c requirements/base.txt
480485
# -r requirements/base.txt
481486
# commonground-api-common
482-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
487+
open-api-framework==0.5.0
483488
# via
484489
# -c requirements/base.txt
485490
# -r requirements/base.txt

requirements/dev.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ astroid==3.1.0
3535
# -c requirements/ci.txt
3636
# -r requirements/ci.txt
3737
# pylint
38+
async-timeout==4.0.3
39+
# via
40+
# -c requirements/ci.txt
41+
# -r requirements/ci.txt
42+
# redis
3843
attrs==23.2.0
3944
# via
4045
# -c requirements/ci.txt
@@ -539,7 +544,7 @@ notifications-api-common==0.2.2
539544
# -c requirements/ci.txt
540545
# -r requirements/ci.txt
541546
# commonground-api-common
542-
open-api-framework @ git+https://github.com/maykinmedia/open-api-framework@b6164c606e3f7a6dd4d5a47a5b0e6ab486707d36
547+
open-api-framework==0.5.0
543548
# via
544549
# -c requirements/ci.txt
545550
# -r requirements/ci.txt

0 commit comments

Comments
 (0)