diff --git a/.mypy_requirements.txt b/.mypy_requirements.txt index 10316e95bc..2daf539505 100644 --- a/.mypy_requirements.txt +++ b/.mypy_requirements.txt @@ -1 +1 @@ -mypy==0.812 +mypy==0.982 diff --git a/aws/lambda/github-status-sync/requirements.txt b/aws/lambda/github-status-sync/requirements.txt index afdaae8dfe..424ce4b666 100644 --- a/aws/lambda/github-status-sync/requirements.txt +++ b/aws/lambda/github-status-sync/requirements.txt @@ -2,4 +2,5 @@ boto3==1.16.52 aiohttp==3.7.4 cryptography==35.0.0 requests==2.24.0 -PyJWT==2.4.0 \ No newline at end of file +types-requests==2.25.0 +PyJWT==2.4.0