From beab59892285ff98cb7d6f918b4aeb6f95aaaf70 Mon Sep 17 00:00:00 2001 From: Alison Langston <46360176+alangsto@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:32:43 -0500 Subject: [PATCH] fix: ensure that LTI 1.3 launches work (#527) * fix: ensure that LTI 1.3 launches work * chore: add cryptography package * docs: update changelog --- CHANGELOG.rst | 4 ++++ lti_consumer/__init__.py | 2 +- lti_consumer/lti_1p3/key_handlers.py | 15 +++++---------- lti_consumer/lti_1p3/tests/test_consumer.py | 1 + .../lti_1p3/tests/test_key_handlers.py | 18 ++++++++++++++---- lti_consumer/plugin/views.py | 1 - requirements/quality.in | 3 ++- requirements/quality.txt | 2 ++ requirements/test.in | 1 + requirements/test.txt | 2 +- 10 files changed, 31 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b58fc29..1c4b2c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,10 @@ Please See the `releases tab