fix: pin xmlsec version (#34592)

* fix: pin xmlsec==1.3.13
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
This commit is contained in:
Usama Sadiq
2024-04-24 17:04:27 +05:00
committed by GitHub
parent 2b36061ab7
commit 1080d139bd
5 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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