Skip to content

feat: Upgrade Python dependency certifi #36684

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

Merged
merged 1 commit into from
May 8, 2025
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
2 changes: 1 addition & 1 deletion requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ boltons==21.0.0
# semgrep
bracex==2.5.post1
# via wcmatch
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==2.0.12
# via
Expand Down
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ botocore==1.37.38
# s3transfer
cachetools==5.5.2
# via google-auth
certifi==2025.1.31
certifi==2025.4.26
# via requests
cffi==1.17.1
# 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 @@ -28,7 +28,7 @@ cachetools==5.5.2
# via
# -r scripts/user_retirement/requirements/base.txt
# google-auth
certifi==2025.1.31
certifi==2025.4.26
# via
# -r scripts/user_retirement/requirements/base.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion scripts/xblock/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==2.0.12
# via
Expand Down
Loading