[stubsabot] Bump Authlib to 1.4.* (#13329)

Release: https://pypi.org/pypi/Authlib/1.4.0
Repository: https://github.com/lepture/authlib
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib
Diff: https://github.com/lepture/authlib/compare/v1.3.2...v1.4.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/rfc7517/key_set.py`, `authlib/oauth2/rfc9068/introspection.py`, `authlib/oauth2/rfc9068/revocation.py`, `authlib/oidc/core/grants/util.py`.
 - Total lines of Python code added: 90.
 - Total lines of Python code deleted: 13.
This commit is contained in:
github-actions[bot]
2024-12-29 17:16:55 -08:00
committed by GitHub
parent d69a864a88
commit 1bb8a3a86c

View File

@@ -1,4 +1,4 @@
version = "1.3.*"
version = "1.4.*"
upstream_repository = "https://github.com/lepture/authlib"
requires = ["cryptography"]
partial_stub = true