Skip to content

Commit a49fb8a

Browse files
Update dependency xmlsec to <1.3.16
1 parent 9f63017 commit a49fb8a

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"mitol-django-uvtestapp",
2424
"mitol-django-transcoding",
2525
"mitol-django-scim",
26-
"xmlsec<1.3.15",
26+
"xmlsec<1.3.16",
2727
"mitol-django-apigateway",
2828
]
2929
readme = "README.md"

src/authentication/pyproject.toml

+1-1
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.16; python_version < "3.13"',
2424
]
2525

2626

uv.lock

+19-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)