diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..0eab218 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -41,7 +41,7 @@ pyasn1-modules==0.2.8 pycodestyle==2.6.0 pydantic==1.6 pyflakes==2.2.0 -PyJWT==1.7.1 +PyJWT==2.4.0 pylint==2.5.3 pyparsing==2.4.7 pytest==5.4.3 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..53309ab 100644 --- a/webhook/requirements.txt +++ b/webhook/requirements.txt @@ -7,7 +7,7 @@ google-cloud-secret-manager==1.0.0 h11==0.9.0 httptools==0.1.1 pydantic==1.6 -PyJWT==1.7.1 +PyJWT==2.4.0 starlette==0.13.4 uvicorn==0.11.7 uvloop==0.14.0