Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies - abandoned #688

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tfsec check
uses: aquasecurity/tfsec-pr-commenter-action@v1.2.0
uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1
with:
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
fi

- name: Run Dockle container linter
uses: erzz/dockle-action@v1.3.1
uses: erzz/dockle-action@v1.4.0
with:
image: ${{ needs.build-and-cache.outputs.image }}
exit-code: "1"
Expand Down
487 changes: 262 additions & 225 deletions analytics/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ analytics = "analytics.cli:app"

[tool.poetry.dependencies]
dynaconf = "^3.2.4"
kaleido = "0.2.1"
kaleido = "0.2.1.post1"
notebook = "^7.0.0" # Goal is to replace this with another method of presenting charts
pandas = "^2.0.3"
pandas-stubs = "^2.0.2.230605"
Expand All @@ -26,8 +26,8 @@ black = "^23.7.0"
mypy = "^1.4.1"
pylint = "^3.0.2"
pytest = "^7.4.0"
ruff = "^0.0.278"
safety = "^2.3.5"
ruff = "^0.1.0"
safety = "^2.4.0-beta"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down
122 changes: 111 additions & 11 deletions api/openapi.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ paths:
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type:
type: &id001
- object
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type:
type: &id002
- object
allOf:
- $ref: '#/components/schemas/ValidationIssue'
Expand All @@ -46,7 +46,27 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
type: object
properties:
message:
type: string
description: The message to return
data:
$ref: '#/components/schemas/ErrorResponse'
status_code:
type: integer
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type: *id001
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type: *id002
allOf:
- $ref: '#/components/schemas/ValidationIssue'
description: Service Unavailable
tags:
- Health
Expand Down Expand Up @@ -79,14 +99,14 @@ paths:
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type:
type: &id003
- object
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type:
type: &id004
- object
allOf:
- $ref: '#/components/schemas/ValidationIssue'
Expand All @@ -95,13 +115,53 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
type: object
properties:
message:
type: string
description: The message to return
data:
$ref: '#/components/schemas/ErrorResponse'
status_code:
type: integer
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type: *id003
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type: *id004
allOf:
- $ref: '#/components/schemas/ValidationIssue'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
type: object
properties:
message:
type: string
description: The message to return
data:
$ref: '#/components/schemas/ErrorResponse'
status_code:
type: integer
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type: *id003
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type: *id004
allOf:
- $ref: '#/components/schemas/ValidationIssue'
description: Authentication error
tags:
- Opportunity
Expand Down Expand Up @@ -138,14 +198,14 @@ paths:
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type:
type: &id005
- object
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type:
type: &id006
- object
allOf:
- $ref: '#/components/schemas/ValidationIssue'
Expand All @@ -154,13 +214,53 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
type: object
properties:
message:
type: string
description: The message to return
data:
$ref: '#/components/schemas/ErrorResponse'
status_code:
type: integer
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type: *id005
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type: *id006
allOf:
- $ref: '#/components/schemas/ValidationIssue'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
type: object
properties:
message:
type: string
description: The message to return
data:
$ref: '#/components/schemas/ErrorResponse'
status_code:
type: integer
description: The HTTP status code
pagination_info:
description: The pagination information for paginated endpoints
type: *id005
allOf:
- $ref: '#/components/schemas/PaginationInfo'
warnings:
type: array
items:
type: *id006
allOf:
- $ref: '#/components/schemas/ValidationIssue'
description: Not found
tags:
- Opportunity
Expand Down
Loading