Bump pysaml2 from 7.3.1 to 7.5.0 (#17978)

This commit is contained in:
dependabot[bot] 2024-12-02 15:28:08 +00:00 committed by GitHub
parent a82f5f206f
commit a89b697209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]] [[package]]
name = "annotated-types" name = "annotated-types"
@ -1917,13 +1917,13 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"]
[[package]] [[package]]
name = "pysaml2" name = "pysaml2"
version = "7.3.1" version = "7.5.0"
description = "Python implementation of SAML Version 2 Standard" description = "Python implementation of SAML Version 2 Standard"
optional = true optional = true
python-versions = ">=3.6.2,<4.0.0" python-versions = ">=3.9,<4.0"
files = [ files = [
{file = "pysaml2-7.3.1-py3-none-any.whl", hash = "sha256:2cc66e7a371d3f5ff9601f0ed93b5276cca816fce82bb38447d5a0651f2f5193"}, {file = "pysaml2-7.5.0-py3-none-any.whl", hash = "sha256:bc6627cc344476a83c757f440a73fda1369f13b6fda1b4e16bca63ffbabb5318"},
{file = "pysaml2-7.3.1.tar.gz", hash = "sha256:eab22d187c6dd7707c58b5bb1688f9b8e816427667fc99d77f54399e15cd0a0a"}, {file = "pysaml2-7.5.0.tar.gz", hash = "sha256:f36871d4e5ee857c6b85532e942550d2cf90ea4ee943d75eb681044bbc4f54f7"},
] ]
[package.dependencies] [package.dependencies]
@ -1933,7 +1933,7 @@ pyopenssl = "*"
python-dateutil = "*" python-dateutil = "*"
pytz = "*" pytz = "*"
requests = ">=2,<3" requests = ">=2,<3"
xmlschema = ">=1.2.1" xmlschema = ">=2,<3"
[package.extras] [package.extras]
s2repoze = ["paste", "repoze.who", "zope.interface"] s2repoze = ["paste", "repoze.who", "zope.interface"]