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

chore: Upgrade Python requirements #452

Merged
merged 2 commits into from
Nov 11, 2024
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/trivy-code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
env:
# https://github.com/aquasecurity/trivy/discussions/7668#discussioncomment-11141034
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db
with:
scan-type: "fs"
format: "sarif"
output: "trivy-results.sarif"
args: --skip-update

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ newrelic==10.2.0
# via
# -r requirements/base.in
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# django-nine
# gunicorn
Expand Down Expand Up @@ -147,7 +147,7 @@ requests==2.32.3
# via
# -r requirements/base.in
# edx-drf-extensions
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ newrelic==10.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -383,7 +383,7 @@ requests==2.32.3
# -r requirements/base.txt
# -r requirements/test.txt
# edx-drf-extensions
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ newrelic==10.2.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via
# -r requirements/base.txt
# django-nine
Expand Down Expand Up @@ -273,7 +273,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# edx-drf-extensions
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down