Skip to content

Commit

Permalink
Merge pull request #128 from mitodl/renovate/pypi-djangorestframework…
Browse files Browse the repository at this point in the history
…-vulnerability

Update dependency djangorestframework to v3.15.2 [SECURITY]
  • Loading branch information
jkachel authored Sep 17, 2024
2 parents 9f08060 + 8ca1d05 commit 7780806
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
16 changes: 8 additions & 8 deletions frontends/api/src/generated/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ components:
- name
PaginatedBasketItemList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -637,6 +640,9 @@ components:
$ref: '#/components/schemas/BasketItem'
PaginatedBasketList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -657,6 +663,9 @@ components:
$ref: '#/components/schemas/Basket'
PaginatedIntegratedSystemList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -677,6 +686,9 @@ components:
$ref: '#/components/schemas/IntegratedSystem'
PaginatedProductList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand Down
11 changes: 5 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7780806

Please sign in to comment.