mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-19 16:34:18 -05:00
Bump pysaml2 from 7.2.1 to 7.3.1 (#15254)
* Bump pysaml2 from 7.2.1 to 7.3.1 Bumps [pysaml2](https://github.com/IdentityPython/pysaml2) from 7.2.1 to 7.3.1. - [Release notes](https://github.com/IdentityPython/pysaml2/releases) - [Changelog](https://github.com/IdentityPython/pysaml2/blob/v7.3.1/CHANGELOG.md) - [Commits](https://github.com/IdentityPython/pysaml2/compare/v7.2.1...v7.3.1) --- updated-dependencies: - dependency-name: pysaml2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6326d744c9
commit
f167b35de9
1
changelog.d/15254.misc
Normal file
1
changelog.d/15254.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Bump pysaml2 from 7.2.1 to 7.3.1.
|
15
poetry.lock
generated
15
poetry.lock
generated
@ -1788,26 +1788,25 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pysaml2"
|
name = "pysaml2"
|
||||||
version = "7.2.1"
|
version = "7.3.1"
|
||||||
description = "Python implementation of SAML Version 2 Standard"
|
description = "Python implementation of SAML Version 2 Standard"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = "<4,>=3.6"
|
python-versions = ">=3.6.2,<4.0.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "pysaml2-7.2.1-py2.py3-none-any.whl", hash = "sha256:2ca155f4eeb1471b247a7b0cc79ccfd5780046d33d0b201e1199a00698dce795"},
|
{file = "pysaml2-7.3.1-py3-none-any.whl", hash = "sha256:2cc66e7a371d3f5ff9601f0ed93b5276cca816fce82bb38447d5a0651f2f5193"},
|
||||||
{file = "pysaml2-7.2.1.tar.gz", hash = "sha256:f40f9576dce9afef156469179277ffeeca36829248be333252af0517a26d0b1f"},
|
{file = "pysaml2-7.3.1.tar.gz", hash = "sha256:eab22d187c6dd7707c58b5bb1688f9b8e816427667fc99d77f54399e15cd0a0a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
cryptography = ">=3.1"
|
cryptography = ">=3.1"
|
||||||
defusedxml = "*"
|
defusedxml = "*"
|
||||||
|
importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
|
||||||
importlib-resources = {version = "*", markers = "python_version < \"3.9\""}
|
importlib-resources = {version = "*", markers = "python_version < \"3.9\""}
|
||||||
pyOpenSSL = "*"
|
pyopenssl = "*"
|
||||||
python-dateutil = "*"
|
python-dateutil = "*"
|
||||||
pytz = "*"
|
pytz = "*"
|
||||||
requests = ">=1.0.0"
|
requests = ">=2,<3"
|
||||||
setuptools = "*"
|
|
||||||
six = "*"
|
|
||||||
xmlschema = ">=1.2.1"
|
xmlschema = ">=1.2.1"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
|
Loading…
Reference in New Issue
Block a user