Skip to content

Commit

Permalink
feat: Upgrade Python dependency requests-oauthlib (#34624)
Browse files Browse the repository at this point in the history
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
github-actions[bot] and UsamaSadiq authored Apr 25, 2024
1 parent a33165a commit dfbc17c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ requests==2.31.0
# snowflake-connector-python
# social-auth-core
# xblock-google-drive
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/edx/kernel.in
# social-auth-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ requests==2.31.0
# social-auth-core
# sphinx
# xblock-google-drive
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ requests==2.31.0
# social-auth-core
# sphinx
# xblock-google-drive
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/edx/base.txt
# social-auth-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ requests==2.31.0
# snowflake-connector-python
# social-auth-core
# xblock-google-drive
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via
# -r requirements/edx/base.txt
# social-auth-core
Expand Down

0 comments on commit dfbc17c

Please sign in to comment.