Skip to content

Commit

Permalink
⬆️ bump open-api-framework to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Aug 23, 2024
1 parent 60b3d44 commit 3ef5df0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
7 changes: 5 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url requirements/base.in
Expand Down Expand Up @@ -77,6 +77,7 @@ django==4.2.15
# django-appconf
# django-axes
# django-cors-headers
# django-csp
# django-filter
# django-formtools
# django-jsonform
Expand Down Expand Up @@ -114,6 +115,8 @@ django-axes==6.5.1
# via open-api-framework
django-cors-headers==4.4.0
# via open-api-framework
django-csp==3.8
# via open-api-framework
django-filter==24.2
# via
# commonground-api-common
Expand Down Expand Up @@ -240,7 +243,7 @@ mozilla-django-oidc-db==0.19.0
# via open-api-framework
notifications-api-common==0.2.2
# via commonground-api-common
open-api-framework==0.6.1
open-api-framework==0.8.0
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand Down
9 changes: 7 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/test-tools.in
Expand Down Expand Up @@ -121,6 +121,7 @@ django==4.2.15
# django-appconf
# django-axes
# django-cors-headers
# django-csp
# django-filter
# django-formtools
# django-jenkins
Expand Down Expand Up @@ -167,6 +168,10 @@ django-cors-headers==4.4.0
# via
# -r requirements/base.txt
# open-api-framework
django-csp==3.8
# via
# -r requirements/base.txt
# open-api-framework
django-filter==24.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -385,7 +390,7 @@ notifications-api-common==0.2.2
# via
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.6.1
open-api-framework==0.8.0
# via -r requirements/base.txt
orderedmultidict==1.0.1
# via
Expand Down
15 changes: 13 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/ci.txt requirements/dev.in
Expand Down Expand Up @@ -139,6 +139,7 @@ django==4.2.15
# django-appconf
# django-axes
# django-cors-headers
# django-csp
# django-debug-toolbar
# django-extensions
# django-filter
Expand Down Expand Up @@ -187,6 +188,10 @@ django-cors-headers==4.4.0
# via
# -r requirements/ci.txt
# open-api-framework
django-csp==3.8
# via
# -r requirements/ci.txt
# open-api-framework
django-debug-toolbar==4.1.0
# via -r requirements/dev.in
django-extensions==3.2.1
Expand Down Expand Up @@ -430,7 +435,7 @@ notifications-api-common==0.2.2
# via
# -r requirements/ci.txt
# commonground-api-common
open-api-framework==0.6.1
open-api-framework==0.8.0
# via -r requirements/ci.txt
orderedmultidict==1.0.1
# via
Expand Down Expand Up @@ -601,13 +606,19 @@ sqlparse==0.5.0
# django-debug-toolbar
tblib==1.7.0
# via -r requirements/ci.txt
tomli==2.0.1
# via
# black
# build
# pip-tools
tornado==6.4.1
# via
# -r requirements/ci.txt
# flower
typing-extensions==4.11.0
# via
# -r requirements/ci.txt
# black
# mozilla-django-oidc-db
# zgw-consumers
tzdata==2024.1
Expand Down

0 comments on commit 3ef5df0

Please sign in to comment.