Skip to content

Commit

Permalink
feat: Upgrade Python dependency python3-saml (#32175)
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: dianakhuang <[email protected]>
  • Loading branch information
github-actions[bot] and dianakhuang committed May 3, 2023
1 parent 745cda1 commit b775048
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.13
# via jwcrypto
Expand Down Expand Up @@ -683,6 +682,7 @@ lxml==4.9.2
# olxcleaner
# openedx-calc
# ora2
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -925,10 +925,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/base.in
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
python3-saml==1.15.0
# via -r requirements/edx/base.in
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.13
# via
Expand Down Expand Up @@ -921,6 +920,7 @@ lxml==4.9.2
# openedx-calc
# ora2
# pyquery
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -1309,10 +1309,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/testing.txt
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
python3-saml==1.15.0
# via -r requirements/edx/testing.txt
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ defusedxml==0.7.1
# djangorestframework-xml
# ora2
# python3-openid
# python3-saml
# social-auth-core
deprecated==1.2.13
# via
Expand Down Expand Up @@ -875,6 +874,7 @@ lxml==4.9.2
# openedx-calc
# ora2
# pyquery
# python3-saml
# xblock
# xmlsec
mailsnake==1.6.4
Expand Down Expand Up @@ -1234,10 +1234,8 @@ python3-openid==3.2.0 ; python_version >= "3"
# via
# -r requirements/edx/base.txt
# social-auth-core
python3-saml==1.9.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
python3-saml==1.15.0
# via -r requirements/edx/base.txt
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down

0 comments on commit b775048

Please sign in to comment.