chore(deps): update dependency drf-spectacular to >=0.22.1,<0.27

This commit is contained in:
renovate[bot] 2023-03-14 10:19:49 +00:00 committed by Jonas L
parent c7c8207df3
commit 81db2a55c5
3 changed files with 36 additions and 2 deletions

View File

@ -3,6 +3,6 @@
django-filter>=2.4.0,<22.2 django-filter>=2.4.0,<22.2
django>=4.1.4,<4.2 django>=4.1.4,<4.2
djangorestframework>=3.12.1,<3.15 djangorestframework>=3.12.1,<3.15
drf-spectacular>=0.22.1,<0.26 drf-spectacular>=0.22.1,<0.27
psycopg2>=2.8.6,<2.10 psycopg2>=2.8.6,<2.10
requests>=2.25.1,<2.29 requests>=2.25.1,<2.29

View File

@ -6855,6 +6855,10 @@ components:
- 1 - 1
- 2 - 2
type: integer type: integer
description: |-
* `0` - Success
* `1` - Pending
* `2` - Failed
PlayoutHistory: PlayoutHistory:
type: object type: object
properties: properties:
@ -7046,6 +7050,11 @@ components:
- 1 - 1
- 2 - 2
type: integer type: integer
description: |-
* `-1` - Filler
* `0` - Outside
* `1` - Inside
* `2` - Boundary
Preference: Preference:
type: object type: object
properties: properties:
@ -7071,6 +7080,9 @@ components:
- 0 - 0
- 1 - 1
type: integer type: integer
description: |-
* `0` - No
* `1` - Yes
RepeatKindEnum: RepeatKindEnum:
enum: enum:
- 0 - 0
@ -7079,6 +7091,12 @@ components:
- 5 - 5
- 2 - 2
type: integer type: integer
description: |-
* `0` - Every week
* `1` - Every 2 weeks
* `4` - Every 3 weeks
* `5` - Every 4 weeks
* `2` - Every month
RoleEnum: RoleEnum:
enum: enum:
- G - G
@ -7086,6 +7104,11 @@ components:
- P - P
- A - A
type: string type: string
description: |-
* `G` - Guest
* `H` - Host
* `P` - Manager
* `A` - Admin
Schedule: Schedule:
type: object type: object
properties: properties:
@ -7474,6 +7497,9 @@ components:
- static - static
- dynamic - dynamic
type: string type: string
description: |-
* `static` - Static
* `dynamic` - Dynamic
StationPodcast: StationPodcast:
type: object type: object
properties: properties:
@ -7719,6 +7745,14 @@ components:
- 5 - 5
- 6 - 6
type: integer type: integer
description: |-
* `0` - Monday
* `1` - Tuesday
* `2` - Wednesday
* `3` - Thursday
* `4` - Friday
* `5` - Saturday
* `6` - Sunday
securitySchemes: securitySchemes:
basicAuth: basicAuth:
type: http type: http

View File

@ -27,7 +27,7 @@ setup(
"django-filter>=2.4.0,<22.2", "django-filter>=2.4.0,<22.2",
"django>=4.1.4,<4.2", "django>=4.1.4,<4.2",
"djangorestframework>=3.12.1,<3.15", "djangorestframework>=3.12.1,<3.15",
"drf-spectacular>=0.22.1,<0.26", "drf-spectacular>=0.22.1,<0.27",
"requests>=2.25.1,<2.29", "requests>=2.25.1,<2.29",
], ],
extras_require={ extras_require={