From 152c263fe01c7ec2dbf19c393e0d546874a8af6d Mon Sep 17 00:00:00 2001 From: James Woglom Date: Tue, 1 Oct 2024 16:56:19 -0400 Subject: [PATCH] Use pyjwt v2.8 to allow python3.7 support --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index ca4a079..ecda0ff 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ pysocks = "*" urllib3 = "==1.26.6" requests = {extras = ["socks"], version = "==2.31.0"} requests-oidc = "*" -pyjwt = "*" +pyjwt = "==2.8.0" cryptography = "*" dataclasses-json = "*" cffi = ">=1.15.1" diff --git a/Pipfile.lock b/Pipfile.lock index 7c73807..145d14e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "74ba9aa4c7c93f3533b986f868b63bea54995dbd8d37bde4745bc9023de66dc7" + "sha256": "43ccd3f3cf27bb4b8b2c890cf45fd6af1f532ebc524a1db82700e8ad35625124" }, "pipfile-spec": 6, "requires": {}, @@ -471,12 +471,12 @@ }, "pyjwt": { "hashes": [ - "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850", - "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c" + "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de", + "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.9.0" + "markers": "python_version >= '3.7'", + "version": "==2.8.0" }, "pypng": { "hashes": [