Skip to content

Commit

Permalink
fix: pin xmlsec version (#34592)
Browse files Browse the repository at this point in the history
* fix: pin xmlsec==1.3.13
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent 2b36061 commit 1080d13
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ optimizely-sdk<5.0
# lxml 5.1.0 introduced a breaking change in unit test shards
# This constraint can probably be removed once lxml==5.1.1 is released on PyPI
lxml<5.0

# xmlsec==1.3.14 breaking tests for all builds, can be removed once a fix is available
xmlsec<1.3.14
4 changes: 3 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,9 @@ xblock-poll==1.13.0
xblock-utils==4.0.0
# via edx-sga
xmlsec==1.3.13
# via python3-saml
# via
# -c requirements/edx/../constraints.txt
# python3-saml
xss-utils==0.6.0
# via -r requirements/edx/kernel.in
yarl==1.9.4
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ xblock-utils==4.0.0
# edx-sga
xmlsec==1.3.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# python3-saml
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,7 @@ xblock-utils==4.0.0
# edx-sga
xmlsec==1.3.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# python3-saml
xss-utils==0.6.0
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,7 @@ xblock-utils==4.0.0
# edx-sga
xmlsec==1.3.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# python3-saml
xss-utils==0.6.0
Expand Down

0 comments on commit 1080d13

Please sign in to comment.