Skip to content
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/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
schedule:
interval: "weekly"
reviewers:
- "edx/arbi-bom"
- "edx/orbi-bom"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:

- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}

Expand Down
23 changes: 18 additions & 5 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: setup target branch
run: echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ env.target_branch }}

- name: setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -55,17 +55,30 @@ jobs:
--target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \
--commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \
--pr-body="Python requirements update.Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages." \
--user-reviewers="" --team-reviewers="arbi-bom" --delete-old-pull-requests
--user-reviewers="" --team-reviewers="orbi-bom" --delete-old-pull-requests

- name: Send failure notification
if: ${{ failure() }}
uses: dawidd6/action-send-mail@v4
uses: dawidd6/action-send-mail@v6
with:
server_address: email-smtp.us-east-1.amazonaws.com
server_port: 465
username: ${{secrets.EDX_SMTP_USERNAME}}
password: ${{secrets.EDX_SMTP_PASSWORD}}
subject: Upgrade python requirements workflow failed in ${{github.repository}}
to: arbi-bom@edx.org
to: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
from: github-actions <github-actions@edx.org>
body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

- name: Send success notification
if: ${{ success() }}
uses: dawidd6/action-send-mail@v6
with:
server_address: email-smtp.us-east-1.amazonaws.com
server_port: 465
username: ${{ secrets.EDX_SMTP_USERNAME }}
password: ${{ secrets.EDX_SMTP_PASSWORD }}
subject: Upgrade python requirements workflow executed successfully in ${{github.repository}}
to: orbi-bom-upgrade-prs@2u-internal.jsmalerts.atlassian.net
from: github-actions <github-actions@edx.org>
body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see ${{ steps.createpullrequest.outputs.generated_pr }}
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference to steps.createpullrequest.outputs.generated_pr is incorrect. The step that creates the pull request uses the id create-pull-request (from the hub command), not createpullrequest. This will likely result in an empty value in the notification body.

Suggested change
body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see ${{ steps.createpullrequest.outputs.generated_pr }}
body: Upgrade python requirements workflow executed in ${{ github.repository }}. For details see https://github.com/${{ github.repository }}/pulls

Copilot uses AI. Check for mistakes.
14 changes: 6 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.37.25
boto3==1.40.42
# via -r requirements/base.in
botocore==1.37.25
botocore==1.40.42
# via
# -r requirements/base.in
# boto3
Expand All @@ -24,20 +24,18 @@ jmespath==1.0.1
# -r requirements/base.in
# boto3
# botocore
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.11.4
s3transfer==0.14.0
# via boto3
six==1.17.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
urllib3==2.5.0
# via botocore

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==78.1.0
setuptools==80.9.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.1.8
click==8.3.0
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
Expand Down
85 changes: 43 additions & 42 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@
#
annotated-types==0.7.0
# via pydantic
astroid==3.3.9
astroid==3.3.11
# via pylint
attrs==25.3.0
# via
# jsonschema
# referencing
aws-sam-translator==1.95.0
aws-sam-translator==1.100.0
# via cfn-lint
aws-xray-sdk==2.14.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.37.25
boto3==1.40.42
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.37.25
botocore==1.40.42
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2025.1.31
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
cfn-lint==1.32.1
cfn-lint==1.40.0
# via moto
charset-normalizer==3.4.1
charset-normalizer==3.4.3
# via requests
cryptography==44.0.2
cryptography==46.0.2
# via
# joserfc
# moto
dill==0.3.9
dill==0.4.0
# via pylint
distro==1.9.0
# via
Expand Down Expand Up @@ -73,26 +73,26 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
joserfc==1.0.4
joserfc==1.3.4
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.23.0
jsonschema==4.25.1
# via
# aws-sam-translator
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.4
# via openapi-spec-validator
jsonschema-specifications==2024.10.1
jsonschema-specifications==2025.9.1
# via
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.10.0
lazy-object-proxy==1.12.0
# via openapi-spec-validator
markupsafe==3.0.2
markupsafe==3.0.3
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -101,50 +101,52 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
moto[cloudformation]==5.1.2
moto[cloudformation]==5.1.13
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.4.2
networkx==3.5
# via cfn-lint
openapi-schema-validator==0.6.3
# via openapi-spec-validator
openapi-spec-validator==0.7.1
openapi-spec-validator==0.7.2
# via moto
packaging==24.2
packaging==25.0
# via pytest
pathable==0.4.4
# via jsonschema-path
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.3.7
platformdirs==4.4.0
# via pylint
pluggy==1.5.0
pluggy==1.6.0
# via pytest
py-partiql-parser==0.6.1
# via moto
pycparser==2.22
pycparser==2.23
# via cffi
pycurl==7.45.6
pycurl==7.45.7
# via pyresttest
pydantic==2.11.1
pydantic==2.11.9
# via aws-sam-translator
pydantic-core==2.33.0
pydantic-core==2.33.2
# via pydantic
pylint==3.3.6
pygments==2.19.2
# via pytest
pylint==3.3.8
# via -r requirements/test.in
pyparsing==3.2.3
pyparsing==3.2.5
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.3.5
pytest==8.4.2
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# botocore
# moto
pyyaml==6.0.2
pyyaml==6.0.3
# via
# cfn-lint
# jsonschema-path
Expand All @@ -156,23 +158,23 @@ referencing==0.36.2
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.11.6
regex==2025.9.18
# via cfn-lint
requests==2.32.3
requests==2.32.5
# via
# docker
# jsonschema-path
# moto
# responses
responses==0.25.7
responses==0.25.8
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.24.0
rpds-py==0.27.1
# via
# jsonschema
# referencing
s3transfer==0.11.4
s3transfer==0.14.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -181,33 +183,32 @@ six==1.17.0
# -r requirements/base.txt
# python-dateutil
# rfc3339-validator
sympy==1.13.3
sympy==1.14.0
# via cfn-lint
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
typing-extensions==4.13.0
typing-extensions==4.15.0
# via
# aws-sam-translator
# cfn-lint
# pydantic
# pydantic-core
# referencing
# typing-inspection
typing-inspection==0.4.0
typing-inspection==0.4.2
# via pydantic
urllib3==2.2.3
urllib3==2.5.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# botocore
# docker
# requests
# responses
werkzeug==3.1.3
# via moto
wrapt==1.17.2
wrapt==1.17.3
# via aws-xray-sdk
xmltodict==0.14.2
xmltodict==1.0.2
# via moto

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading