Skip to content

Bump python-cas from 1.7.1 to 1.7.2#372

Merged
ndittren merged 1 commit intomainfrom
dependabot/pip/python-cas-1.7.2
May 5, 2026
Merged

Bump python-cas from 1.7.1 to 1.7.2#372
ndittren merged 1 commit intomainfrom
dependabot/pip/python-cas-1.7.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps python-cas from 1.7.1 to 1.7.2.

Release notes

Sourced from python-cas's releases.

1.7.2

  • Fix unicode decoding bug in CASClientV1
Changelog

Sourced from python-cas's changelog.


Changelog


Listed are the high-level, notable changes for python-cas release. Backwards incompatible changes or other upgrade issues are also described here. For additional detail, read the complete commit history_.

python-cas 1.0.0 [2015-6-17]

  • Factored out python-cas library from django-cas-ng_ Django app.

python-cas 1.1.0 [2015-11-08]

  • port changes form django-cas-ng.
  • copied test from django-cas-ng.
  • more syncing of cas code with that in django-cas-ng
  • add SAML single logout to CAS v3
  • synced the protocol part with django-cas-ng in hope to use this library in django-cas-ng
  • allowed to customize name of logout redirect url parameter
  • base cas client with SAML on CASClientV2

python-cas 1.2.0 [2016-11-06]

  • Replace urllib2 calls with requests to avoid SNI issues
  • In SAMLV1.1, the user username is within NameIdentifier tags

.. _commit history: https://github.com/python-cas/python-cas/commits .. _django-cas-ng: https://github.com/mingchen/django-cas-ng

python-cas 1.3.0 [2018-08-02]

  • Improve CASv2 XML parsing when response is not standard
  • Update URL suffix for CAS v3 serviceValidate
  • Add method verify_logout_request
  • Add lxml to setup.py

python-cas 1.4.0 [2018-10-09]

  • Add kwarg verify_ssl_certificate to bypass SSL certificate validation

python-cas 1.5.0 [2020-01-30]

  • PR-17: Test and document support for all modern Python versions
  • PR-18: Distribute package as a universal Python Wheel
  • PR-20: README: Link to python.org using HTTPS

... (truncated)

Commits
  • c69f5c5 Merge pull request #73 from python-cas/release-1.7.2
  • aa3c8dc 🔖 release version 1.7.2
  • ab18561 Merge pull request #72 from python-cas/decode-unicode
  • 65d2c47 CASClientV1 fix: decode unicode
  • 8f5c6dd Merge pull request #71 from python-cas/nikolas-patch-6
  • 1f7d438 Add python 3.14 testing
  • 1a02339 Remove .travis.yml
  • a8c82b6 Merge pull request #69 from python-cas/dependabot/pip/pytest-9.0.3
  • 224775d Merge pull request #70 from Mabacore101/master
  • b366554 Bump lxml to 6.1.0 and requests to 2.33.0 to fix security vulnerabilities
  • 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 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)

Bumps [python-cas](https://github.com/python-cas/python-cas) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/python-cas/python-cas/releases)
- [Changelog](https://github.com/python-cas/python-cas/blob/master/docs/changelog.rst)
- [Commits](python-cas/python-cas@v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: python-cas
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 5, 2026
@ndittren ndittren merged commit 73778ef into main May 5, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/pip/python-cas-1.7.2 branch May 5, 2026 14:32
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.

1 participant