Skip to content

Commit b6ef3c6

Browse files
[deps] Bump djangosaml2 from 1.11.1 to 1.12.0
Bumps [djangosaml2](https://github.com/IdentityPython/djangosaml2) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/IdentityPython/djangosaml2/releases) - [Changelog](https://github.com/IdentityPython/djangosaml2/blob/master/CHANGES) - [Commits](IdentityPython/djangosaml2@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: djangosaml2 dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <f.capoano@openwisp.io>
1 parent f373fee commit b6ef3c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"Exscript~=2.6.28",
6363
],
6464
extras_require={
65-
"saml": ["djangosaml2==1.11.1"],
65+
"saml": ["djangosaml2>=1.12.0,<1.13.0"],
6666
"openvpn_status": ["openvpn-status~=0.2.1"],
6767
},
6868
classifiers=[

0 commit comments

Comments
 (0)