Skip to content

Commit

Permalink
feat: Upgrade Python dependency certifi
Browse files Browse the repository at this point in the history
Routine requirement upgrade.  Doing it individually because there are too many changes in `make upgrade`.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
feanil committed May 8, 2024
1 parent fd39668 commit 9c3fb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ botocore==1.34.26
# s3transfer
cachetools==5.3.3
# via google-auth
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cachetools==5.3.3
# via
# -r scripts/user_retirement/requirements/base.txt
# google-auth
certifi==2023.11.17
certifi==2024.2.2
# via
# -r scripts/user_retirement/requirements/base.txt
# requests
Expand Down

0 comments on commit 9c3fb1e

Please sign in to comment.