From 6793571a5cdc96f41d59c3ff4b4606ef7f18cfc8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:53:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99fb08a7..51b1065d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -39,7 +39,7 @@ Added - Add support for Python 3.12 by @hugovk in `#910 `__ - Improve performance of ``is_ssh_key`` + add unit test by @bdraco in `#940 `__ - Allow ``jwt.decode()`` to accept a PyJWK object by @luhn in `#886 `__ -- Make ``algorithm_name`` attribute available on PyJWK by @luhn in `#886 `__ +- Make ``algorithm_name`` attribute available on PyJWK by @luhn in `#886 `__ - Raise ``InvalidKeyError`` on invalid PEM keys to be compatible with cryptography 42.x.x by @CollinEMac in `#952 `__ - Raise an exception when required cryptography dependency is missing by @tobloef in ``__