diff --git a/Pipfile b/Pipfile index f3df300..abfb2a4 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ minizinc = "==0.9.0" mysqlclient = "==2.2.4" pipenv = "*" pycparser = "==2.22" -pyjwt = "==2.8.0" +pyjwt = "==2.9.0" python-dateutil = "==2.9.0.post0" python-dotenv = "==1.0.1" python-editor = "==1.0.4" diff --git a/Pipfile.lock b/Pipfile.lock index f6af8e3..b18bb20 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ab04b745e63ba0c3950e179f7b3ab6282d41425ba5a6eb000190af35b236edef" + "sha256": "19d2c44d5c01613f458a55c79e42cf7f0b76b9b85230b8bec6a3c1a8fe589bc1" }, "pipfile-spec": 6, "requires": { @@ -550,12 +550,12 @@ }, "pyjwt": { "hashes": [ - "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de", - "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" + "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850", + "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.8.0" + "markers": "python_version >= '3.8'", + "version": "==2.9.0" }, "pytest": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 303aa64..5ef394b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ pipenv==2023.12.1; python_version >= '3.8' platformdirs==4.2.0; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' pycparser==2.22; python_version >= '3.8' -pyjwt==2.8.0; python_version >= '3.7' +pyjwt==2.9.0; python_version >= '3.8' pytest==8.1.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.1; python_version >= '3.8' @@ -55,5 +55,5 @@ typing-extensions==4.12.2; python_version >= '3.8' urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' virtualenv==20.25.1; python_version >= '3.7' virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -werkzeug==3.0.4; python_version >= '3.8' +werkzeug==3.0.3; python_version >= '3.8' zipp==3.20.0; python_version >= '3.8'