diff --git a/Pipfile b/Pipfile index 96e418c06..e41b60d46 100644 --- a/Pipfile +++ b/Pipfile @@ -51,7 +51,7 @@ marshmallow-sqlalchemy = "==0.29.0" notifications-python-client = "==6.3.0" oscrypto = "==1.3.0" psycopg2-binary = "==2.9.3" -pyjwt = "==2.7.0" +pyjwt = "==2.8.0" python-dotenv = "==1.0.0" sqlalchemy = "==1.4.40" werkzeug = "~=2.3" diff --git a/Pipfile.lock b/Pipfile.lock index e5a13cb2d..8cf425dc4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3ac420f9a597b613f634b150e444d1d1c590f82f53ad6798ba222821c7a48d43" + "sha256": "c77534bf9da41bd5277f7a6ed7baf1dd88f8b28dee950942266836ca69b4a6a1" }, "pipfile-spec": 6, "requires": { @@ -488,7 +488,7 @@ "sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1", "sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", + "markers": "python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))", "version": "==2.0.2" }, "gunicorn": { @@ -955,11 +955,11 @@ }, "pyjwt": { "hashes": [ - "sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1", - "sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074" + "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de", + "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" ], "index": "pypi", - "version": "==2.7.0" + "version": "==2.8.0" }, "pypdf2": { "hashes": [ @@ -1114,7 +1114,7 @@ "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2", "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" ], - "markers": "python_version < '4.0' and python_full_version >= '3.5.0'", + "markers": "python_version < '4' and python_full_version >= '3.5.0'", "version": "==4.7.2" }, "s3transfer": {