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

build(deps): bump pysaml2 from 7.2.1 to 7.5.0 #473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps pysaml2 from 7.2.1 to 7.5.0.

Release notes

Sourced from pysaml2's releases.

Version 7.5.0

7.5.0 (2024-01-30)

  • Fix missing requested attributes from the ACS
  • Add support for errorURL to be exposed in metadata for IdP
  • Update logged message when the signature validation on the assertion fails
  • Replace imp with importlib
  • deps: restrict xmlschema version
  • deps: remove utility from packaging
  • examples: update code and README to align with latest code
  • docs: update readme with info about xmlsec1 compatibility

Version 7.4.2

7.4.2 (2023-06-11)

  • Add support for xmlsec1 1.3.x
  • Use the set crypto_backend when creating the entity metadata

Version 7.4.1

7.4.1 (2023-02-24)

  • Fix subject-id requirements processing

Version 7.4.0

7.4.0 (2023-02-14)

  • Ensure the ID of each Signature element is unique when signing an encrypted assertion
  • Bump Python to 3.9
  • dev: Add mypy configuration and type stubs
  • tests: move tox.ini config into pyproject.toml
  • docs: Update release instructions

Version 7.3.1

7.3.1 (2023-02-24)

  • Fix subject-id requirements processing

Version 7.3.0

7.3.0 (2023-02-14)

  • During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor
  • Fix compatibility with certain SAML implementation that inflate messasges on the POST binding
  • Update the SWAMID entity category requirements
  • Fix check for NameID when it originates from an encrypted asssertion
  • Add support for pymongo >=3.5 and <5
  • Update README with supported specifications
  • Remove dependency on the six package
  • Cleanup unused imports and pythonisms for Python versions older than 3.6
  • Convert README to markdown
  • Introduce flake8 to check for issues

... (truncated)

Changelog

Sourced from pysaml2's changelog.

7.5.0 (2024-01-30)

  • Fix missing requested attributes from the ACS
  • Add support for errorURL to be exposed in metadata for IdP
  • Update logged message when the signature validation on the assertion fails
  • Replace imp with importlib
  • deps: restrict xmlschema version
  • deps: remove utility from packaging
  • examples: update code and README to align with latest code
  • docs: update readme with info about xmlsec1 compatibility

7.4.2 (2023-06-11)

  • Add support for xmlsec1 1.3.x
  • Use the set crypto_backend when creating the entity metadata

7.4.1 (2023-02-24)

  • Fix subject-id requirements processing

7.4.0 (2023-02-14)

  • Ensure the ID of each Signature element is unique when signing an encrypted assertion
  • Bump Python to 3.9
  • dev: Add mypy configuration and type stubs
  • tests: move tox.ini config into pyproject.toml
  • docs: Update release instructions

7.3.0 (2023-02-14)

  • During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor
  • Fix compatibility with certain SAML implementation that inflate messasges on the POST binding
  • Update the SWAMID entity category requirements
  • Fix check for NameID when it originates from an encrypted asssertion
  • Add support for pymongo >=3.5 and <5
  • Update README with supported specifications
  • Remove dependency on the six package
  • Cleanup unused imports and pythonisms for Python versions older than 3.6
  • Convert README to markdown
  • Introduce flake8 to check for issues
  • Use black and isort to manage formatting and imports
  • Use poetry to manage the project dependencies, packaging and versions
  • Fix whitespace typos on the eIDAS schemas
  • Try different logout bindings on the saml2.client level
  • Add the mailLocalAddress attribute as part of the saml and shib uri name format bundles
  • Add the isMemberOf attribute as part of the basic attribute format bundle
Commits
  • aed3012 Release version 7.5.0
  • bd788dc deps: restrict xmlschema version
  • 116d843 Replace imp with importlib
  • 076563b The requested attributes may be missing from the ACS
  • 55fa924 Fix file permissions
  • 0a3a0e4 Correct make_metadata.py path
  • 9932281 Update README for example
  • 74dc24d Add support for errorURL to be exposed in metadata for IdP
  • 023fc4a Update readme with info about xmlsec1 compatibility
  • 6709aae Update deps
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 15, 2024
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