Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jenkins/add-python312-support-8f…
Browse files Browse the repository at this point in the history
…a11d1' into jenkins/add-python312-support-8fa11d1
  • Loading branch information
awais786 committed Mar 30, 2024
2 parents 6b91b85 + f132d2e commit 2a7afdd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

with:
branch: ${{ github.event.inputs.branch || 'master' }}
team_reviewers: "arbi-bom"
email_address: "[email protected]"
send_success_notification: false
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ metadata:
annotations:
openedx.org/arch-interest-groups: ""
spec:
owner: group:arch-bom
owner: ~
type: 'library'
lifecycle: 'production'
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# django
# djangorestframework
cffi==1.16.0
# via pynacl
click==8.1.7
# via edx-django-utils
Expand Down Expand Up @@ -40,6 +39,8 @@ pycparser==2.22
# via cffi
pynacl==1.5.0
# via edx-django-utils
pytz==2024.1
# via djangorestframework
sqlparse==0.4.4
# via django
stevedore==5.2.0
Expand Down
4 changes: 4 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2024.1
# via
# -r requirements/quality.txt
# djangorestframework
pyyaml==6.0.1
# via
# -r requirements/quality.txt
Expand Down

0 comments on commit 2a7afdd

Please sign in to comment.