Skip to content

Commit f9b8eaf

Browse files
fix(deps): update dependency xmlsec to <1.3.17
1 parent e075de5 commit f9b8eaf

File tree

2 files changed

+42
-33
lines changed

2 files changed

+42
-33
lines changed

src/authentication/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires-python = ">=3.10"
2020
[project.optional-dependencies]
2121
touchstone = [
2222
'python3-saml>=1.10.1; python_version < "3.13"',
23-
'xmlsec<1.3.15; python_version < "3.13"',
23+
'xmlsec<1.3.17; python_version < "3.13"',
2424
]
2525

2626

0 commit comments

Comments
 (0)