Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pysaml2 from 7.1.2 to 7.2.1 #7

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps pysaml2 from 7.1.2 to 7.2.1.

Release notes

Sourced from pysaml2's releases.

Version 7.2.1

7.2.1 (2022-08-23)

  • Accept and forward sign and digest alg information when creating a metadata string
  • Fix tests to comply with latest xmlschema

Version 7.2.0

7.2.0 (2022-08-10)

  • Add schemas for eIDAS extensions, elements and attributes
  • Add the voPerson v2 attributes mappings; see reference
  • Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services
  • Allow exceptions to convey the SAML StatusCode in an error response
  • Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes
  • Add partial support for xs:date AttributeValue type
  • Fallback to xs:string as the type of the AttributeValue text node
  • Fallback to the authn context class declaration to set the authn context class reference
  • Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module
  • Load certificates using cryptography and support certificate chains
  • Remove deprecated cryptography backend param
  • Fix assertion policy filter: Fallback to match a known attribute or return its name
  • examples: Allow multiple attributes to be returned by the idp
  • tests: Minor cleanups
  • docs: Reference python2 compatible fork
  • misc: add pepy badges on the README file
Changelog

Sourced from pysaml2's changelog.

7.2.1 (2022-08-23)

  • Accept and forward sign and digest alg information when creating a metadata string
  • Fix tests to comply with latest xmlschema

7.2.0 (2022-08-10)

  • Add schemas for eIDAS extensions, elements and attributes
  • Add the voPerson v2 attributes mappings; see reference
  • Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services
  • Allow exceptions to convey the SAML StatusCode in an error response
  • Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes
  • Add partial support for xs:date AttributeValue type
  • Fallback to xs:string as the type of the AttributeValue text node
  • Fallback to the authn context class declaration to set the authn context class reference
  • Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module
  • Load certificates using cryptography and support certificate chains
  • Remove deprecated cryptography backend param
  • Fix assertion policy filter: Fallback to match a known attribute or return its name
  • examples: Allow multiple attributes to be returned by the idp
  • tests: Minor cleanups
  • docs: Reference python2 compatible fork
  • misc: add pepy badges on the README file
Commits
  • 6d6a5cf Release version 7.2.1
  • af5eba8 Add missing test file
  • 51bb37f Fix test with latest xmlschema
  • e16beb6 Accept and forward sign and digest alg information when creating a metadata s...
  • 17d90bf Release version 7.2.0
  • 0b7d7c0 Update test cases with schema validation tests
  • 63fca12 Include eIDAS definitation in the validator - expose saml2.xml.schema:validate
  • 14c649a Add schemas for eIDAS extensions, elements and attributes
  • 0a030cb Add the voPerson v2 attributes mappings
  • 716019c Add registration_info_typ to get the registration information from EntityDesc...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pysaml2](https://github.com/IdentityPython/pysaml2) from 7.1.2 to 7.2.1.
- [Release notes](https://github.com/IdentityPython/pysaml2/releases)
- [Changelog](https://github.com/IdentityPython/pysaml2/blob/master/CHANGELOG.md)
- [Commits](IdentityPython/pysaml2@v7.1.2...v7.2.1)

---
updated-dependencies:
- dependency-name: pysaml2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 3, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 20, 2023

A newer version of pysaml2 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants